From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrWDi-0008Lp-96 for qemu-devel@nongnu.org; Tue, 25 Jun 2013 12:35:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UrWDd-00064d-HZ for qemu-devel@nongnu.org; Tue, 25 Jun 2013 12:35:54 -0400 Received: from mail-qc0-x230.google.com ([2607:f8b0:400d:c01::230]:35471) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrWDd-00064W-4e for qemu-devel@nongnu.org; Tue, 25 Jun 2013 12:35:49 -0400 Received: by mail-qc0-f176.google.com with SMTP id z10so7292561qcx.21 for ; Tue, 25 Jun 2013 09:35:48 -0700 (PDT) Sender: Richard Henderson Message-ID: <51C9C6E0.10902@twiddle.net> Date: Tue, 25 Jun 2013 09:35:44 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1372160027-31837-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1372160027-31837-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] configure: don't disable nptl where not needed List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: patches@linaro.org, Riku Voipio , Alexander Graf , qemu-devel@nongnu.org, Blue Swirl , Guan Xuetao , Aurelien Jarno On 06/25/2013 04:33 AM, Peter Maydell wrote: > Peter Maydell (4): > configure: Flip default of target_nptl > configure: Don't say target_nptl="no" if there is no linux-user target > configure: Enable threading on all ppc and mips linux-user targets > configure: Enable threading for unicore32-linux-user Reviewed-by: Richard Henderson r~