From patchwork Tue Jul 16 17:44:49 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 18391 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-ea0-f200.google.com (mail-ea0-f200.google.com [209.85.215.200]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 57B4625E5C for ; Tue, 16 Jul 2013 17:45:19 +0000 (UTC) Received: by mail-ea0-f200.google.com with SMTP id g15sf1177077eak.7 for ; Tue, 16 Jul 2013 10:45:18 -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=jt/kXmYF/Qs418A5fcP4/dFY5/3Ksim7fa/KJU9y9kA=; b=FaDAq7WQr0Tlgo9YROWtfoBPHfgH8Z0UlJ8UQsja0+mgBi3nFlhEdWX5rJ6o9QjHrg zBDnhbpByELVYWhwbbpOOprM+LFuhZyzAqJUEchhRjoKvMa9ZL6fSGqFVIO7qvXUgiIE WXsFrcE0DuCFxbuXqGw2/pCEkxGHaUWVByPTbE6GbFvcHwXVnaBlunrv4nGxfNyg7geT yQM/9UpegsKcQMs7VS363OFTOiB5WWmPvFAiTrlBkLaTmAa1pMILMtnSRfH5RQUhWIrS 4Rvv3f95yG3iD4FONnoIXTS62ynd8N7FknVQjoyMYfndLfSr+dLOLF8YGKkXnofkJ8o0 JWKQ== X-Received: by 10.180.37.229 with SMTP id b5mr10174788wik.4.1373996718149; Tue, 16 Jul 2013 10:45:18 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.181.13.133 with SMTP id ey5ls95933wid.31.gmail; Tue, 16 Jul 2013 10:45:17 -0700 (PDT) X-Received: by 10.180.187.209 with SMTP id fu17mr1932157wic.52.1373996717745; Tue, 16 Jul 2013 10:45:17 -0700 (PDT) Received: from mail-ve0-f182.google.com (mail-ve0-f182.google.com [209.85.128.182]) by mx.google.com with ESMTPS id p7si1095061wjb.0.2013.07.16.10.45.17 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 16 Jul 2013 10:45:17 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.128.182 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.128.182; Received: by mail-ve0-f182.google.com with SMTP id ox1so729034veb.27 for ; Tue, 16 Jul 2013 10:45:16 -0700 (PDT) X-Received: by 10.52.23.83 with SMTP id k19mr613182vdf.106.1373996716681; Tue, 16 Jul 2013 10:45:16 -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.220.149.77 with SMTP id s13csp131952vcv; Tue, 16 Jul 2013 10:45:16 -0700 (PDT) X-Received: by 10.204.239.132 with SMTP id kw4mr461588bkb.39.1373996714034; Tue, 16 Jul 2013 10:45:14 -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 um10si456777bkb.132.2013.07.16.10.45.13 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 16 Jul 2013 10:45:13 -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 1Uz9J6-0007cx-R9; Tue, 16 Jul 2013 18:45:00 +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 , "Edgar E. Iglesias" , Jia Liu , Laurent Vivier Subject: [PATCH v3 02/13] configure: Don't say target_nptl="no" if there is no linux-user target Date: Tue, 16 Jul 2013 18:44:49 +0100 Message-Id: <1373996700-29286-3-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1373996700-29286-1-git-send-email-peter.maydell@linaro.org> References: <1373996700-29286-1-git-send-email-peter.maydell@linaro.org> X-Gm-Message-State: ALoCoQloxnuXkhPGWYA8Dqyy5AsX+/m9qrwWrrmUmXn14E3r2Td/Hq95W0BQCKFFMeRhmENob+FY X-Original-Sender: peter.maydell@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.128.182 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 Reviewed-by: Richard Henderson --- configure | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure b/configure index ae9519c..c159f34 100755 --- a/configure +++ b/configure @@ -4199,7 +4199,6 @@ case "$target_name" in cris) ;; lm32) - target_nptl="no" ;; m68k) bflt="yes" @@ -4228,7 +4227,6 @@ case "$target_name" in target_nptl="no" ;; moxie) - target_nptl="no" ;; or32) TARGET_ARCH=openrisc @@ -4282,7 +4280,6 @@ case "$target_name" in ;; xtensa|xtensaeb) TARGET_ARCH=xtensa - target_nptl="no" ;; *) error_exit "Unsupported target CPU"