From patchwork Tue Jun 25 11:33:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 18113 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-qc0-f199.google.com (mail-qc0-f199.google.com [209.85.216.199]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 0D4A525D00 for ; Tue, 25 Jun 2013 11:34:00 +0000 (UTC) Received: by mail-qc0-f199.google.com with SMTP id a1sf16689011qcx.6 for ; Tue, 25 Jun 2013 04:33:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-beenthere:x-forwarded-to:x-forwarded-for :delivered-to:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state:x-original-sender :x-original-authentication-results:precedence:mailing-list:list-id :x-google-group-id:list-post:list-help:list-archive:list-unsubscribe; bh=G0YzUc2AjLR9mSV+pxN6VNVciBeDJtV9MTSM5srG1Y0=; b=Pic7wOSsyWDn1IgXpWZ3EJXSjDlwnq3x8C8MjXjCLlAtbQ2bqAnL6p4LcoiVJTjYaT 7jdvF8DfYE2SeCbOXGbnbKu//bmIEkj4V41xie+YhFs+CwzyoFgzEiQBOTUpIyST208I 6kiOe2GDKy6lL7pzogZTrpof2o41metMn39ZO55wy1yG8kMBRK5/KxPvVSYB/QLV9vki DsWcU01PbCoveFuEQHNYqvT479KjDh2AgnDH1CQyLvYmwLaCHEZSJ15nIZjeuHy0z9lF hLfRASubK3Q+d2A67S+l/M5I+nx8xXiww9mxuoOFMqHshfnAHdoa5LEeC9Fqz87g//KC 1e7w== X-Received: by 10.224.205.138 with SMTP id fq10mr29508184qab.1.1372160039835; Tue, 25 Jun 2013 04:33:59 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.94.20 with SMTP id cy20ls2466164qeb.11.gmail; Tue, 25 Jun 2013 04:33:59 -0700 (PDT) X-Received: by 10.58.219.68 with SMTP id pm4mr14066506vec.49.1372160039614; Tue, 25 Jun 2013 04:33:59 -0700 (PDT) Received: from mail-ve0-x231.google.com (mail-ve0-x231.google.com [2607:f8b0:400c:c01::231]) by mx.google.com with ESMTPS id vg3si6127943vec.24.2013.06.25.04.33.59 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 25 Jun 2013 04:33:59 -0700 (PDT) Received-SPF: neutral (google.com: 2607:f8b0:400c:c01::231 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=2607:f8b0:400c:c01::231; Received: by mail-ve0-f177.google.com with SMTP id cz10so9744670veb.8 for ; Tue, 25 Jun 2013 04:33:59 -0700 (PDT) X-Received: by 10.220.110.78 with SMTP id m14mr13647994vcp.53.1372160039521; Tue, 25 Jun 2013 04:33:59 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.58.165.8 with SMTP id yu8csp63718veb; Tue, 25 Jun 2013 04:33:58 -0700 (PDT) X-Received: by 10.66.155.199 with SMTP id vy7mr32441839pab.69.1372160035100; Tue, 25 Jun 2013 04:33:55 -0700 (PDT) Received: from mnementh.archaic.org.uk (1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.d.1.0.0.b.8.0.1.0.0.2.ip6.arpa. [2001:8b0:1d0::1]) by mx.google.com with ESMTPS id zm3si11176223pbc.114.2013.06.25.04.33.53 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 25 Jun 2013 04:33:54 -0700 (PDT) Received-SPF: neutral (google.com: 2001:8b0:1d0::1 is neither permitted nor denied by best guess record for domain of pm215@archaic.org.uk) client-ip=2001:8b0:1d0::1; Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.80) (envelope-from ) id 1UrRVL-0008I6-RD; Tue, 25 Jun 2013 12:33:47 +0100 From: Peter Maydell To: qemu-devel@nongnu.org Cc: patches@linaro.org, Riku Voipio , Richard Henderson , Aurelien Jarno , Alexander Graf , Blue Swirl , Guan Xuetao Subject: [PATCH 2/4] configure: Don't say target_nptl="no" if there is no linux-user target Date: Tue, 25 Jun 2013 12:33:45 +0100 Message-Id: <1372160027-31837-3-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1372160027-31837-1-git-send-email-peter.maydell@linaro.org> References: <1372160027-31837-1-git-send-email-peter.maydell@linaro.org> X-Gm-Message-State: ALoCoQknuQN/fvDY1LgwLk+RyYNYqA7Z4OyEERO7sd6eoKpOy0pWSIwJIFq58r6XUHhQhMvcpqWs X-Original-Sender: peter.maydell@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 2607:f8b0:400c:c01::231 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , For architectures with no linux-user target, don't claim no NPTL support. This has no behavioural change, but it means that we won't accidentally add a new linux-user target without threading support in future (because attempting to do so would be a compile failure rather than a silent lack of support). Signed-off-by: Peter Maydell --- configure | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure b/configure index d363f42..440ba64 100755 --- a/configure +++ b/configure @@ -4171,7 +4171,6 @@ case "$target_name" in cris) ;; lm32) - target_nptl="no" ;; m68k) bflt="yes" @@ -4200,7 +4199,6 @@ case "$target_name" in target_nptl="no" ;; moxie) - target_nptl="no" ;; or32) TARGET_ARCH=openrisc @@ -4254,7 +4252,6 @@ case "$target_name" in ;; xtensa|xtensaeb) TARGET_ARCH=xtensa - target_nptl="no" ;; *) error_exit "Unsupported target CPU"