From patchwork Tue Jul 16 17:44:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 18394 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-vb0-f70.google.com (mail-vb0-f70.google.com [209.85.212.70]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 241CD25E5C for ; Tue, 16 Jul 2013 17:45:21 +0000 (UTC) Received: by mail-vb0-f70.google.com with SMTP id q12sf1175030vbe.5 for ; Tue, 16 Jul 2013 10:45:20 -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=K4L1LcoZ4yLtLmNx7VIZtAkdqC1kbL0B5AZHHL3ExKA=; b=AGIuF4Dg8JS//NSR5txMrrVLwbJkTDKf3kd0lDuiJ5JJTNuGJNffrPoU8Hs2ZEfwph C/34jOMYukAuLzjuKQyyz8x98WibTuYNjxgZyoTG2g8aVPX+VOY39rkhK2r99rsnlIxa irhAHT9n2GJtb4czg7jdWEZPVgp8na9nPMwuJ29y4O7pG2+HEtAmbsEOMJs+Pe01jHYx v8Ne5PGnBDcwxWFVGq8O3Nv+oBBQtMqzi6UEvWYXOVM9aTz1zSuebBLlfdTBiGV78WRs Ihtj+8yVcQ+jphibT6tePBHMzckLWLq2m1W2shA/9bC1IAWqVLZcL5JjmaV+FmogWSvw TYjQ== X-Received: by 10.236.137.35 with SMTP id x23mr1451819yhi.7.1373996720813; Tue, 16 Jul 2013 10:45:20 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.50.167 with SMTP id d7ls335164qeo.25.gmail; Tue, 16 Jul 2013 10:45:20 -0700 (PDT) X-Received: by 10.58.233.173 with SMTP id tx13mr794697vec.31.1373996720650; Tue, 16 Jul 2013 10:45:20 -0700 (PDT) Received: from mail-ve0-f171.google.com (mail-ve0-f171.google.com [209.85.128.171]) by mx.google.com with ESMTPS id kj9si452993veb.107.2013.07.16.10.45.20 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 16 Jul 2013 10:45:20 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.128.171 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.171; Received: by mail-ve0-f171.google.com with SMTP id b10so720916vea.30 for ; Tue, 16 Jul 2013 10:45:20 -0700 (PDT) X-Received: by 10.220.198.133 with SMTP id eo5mr798404vcb.24.1373996720532; Tue, 16 Jul 2013 10:45:20 -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 s13csp131960vcv; Tue, 16 Jul 2013 10:45:19 -0700 (PDT) X-Received: by 10.195.12.202 with SMTP id es10mr2145480wjd.17.1373996717498; Tue, 16 Jul 2013 10:45:17 -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 r9si1081362wjr.71.2013.07.16.10.45.16 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 16 Jul 2013 10:45:17 -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-0007d1-W6; Tue, 16 Jul 2013 18:45:01 +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 03/13] configure: Enable threading on all ppc and mips linux-user targets Date: Tue, 16 Jul 2013 18:44:50 +0100 Message-Id: <1373996700-29286-4-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: ALoCoQlcPcxg857C3ir4AmJIpH5xRi/3RVe10VqK5bc9hUkwKeUC97hbmrMyfUlQZzuUhTqWFQVf X-Original-Sender: peter.maydell@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.128.171 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: , Though threading (target_nptl) was enabled on the base PPC and MIPS targets, it wasn't enabled for the variants mipsn32, mipsn32el, mips64, mips64el, ppc64 or ppc46abi32 (probably an oversight). Enable threading consistently on all these targets. Signed-off-by: Peter Maydell Reviewed-by: Richard Henderson Reviewed-by: Richard Henderson --- configure | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure b/configure index c159f34..84bcbdc 100755 --- a/configure +++ b/configure @@ -4218,13 +4218,11 @@ case "$target_name" in TARGET_BASE_ARCH=mips echo "TARGET_ABI_MIPSN32=y" >> $config_target_mak echo "TARGET_ABI32=y" >> $config_target_mak - target_nptl="no" ;; mips64|mips64el) TARGET_ARCH=mips64 TARGET_BASE_ARCH=mips echo "TARGET_ABI_MIPSN64=y" >> $config_target_mak - target_nptl="no" ;; moxie) ;; @@ -4245,7 +4243,6 @@ case "$target_name" in TARGET_BASE_ARCH=ppc TARGET_ABI_DIR=ppc gdb_xml_files="power64-core.xml power-fpu.xml power-altivec.xml power-spe.xml" - target_nptl="no" ;; ppc64abi32) TARGET_ARCH=ppc64 @@ -4253,7 +4250,6 @@ case "$target_name" in TARGET_ABI_DIR=ppc echo "TARGET_ABI32=y" >> $config_target_mak gdb_xml_files="power64-core.xml power-fpu.xml power-altivec.xml power-spe.xml" - target_nptl="no" ;; sh4|sh4eb) TARGET_ARCH=sh4