From patchwork Tue Jun 25 11:33:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 18111 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-yh0-f71.google.com (mail-yh0-f71.google.com [209.85.213.71]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id F2DF725D00 for ; Tue, 25 Jun 2013 11:33:57 +0000 (UTC) Received: by mail-yh0-f71.google.com with SMTP id f73sf17717525yha.6 for ; Tue, 25 Jun 2013 04:33:57 -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=d/NMVgswagff1tQTdE4HNvhiukN9u/G1EnTmqF3eit8=; b=ZBKFhg2BxbR7lsNIe+IWX1xv+8xS2tWYk/IX93viYVfHZsWj14PVSUDvL71SPQy/y9 vqDX57tMsYOeVLrLGUhDPJKMflITKFpu6ZlBYzXoIOnD/wUBV83dBm0C8ZFssaywct3p gVloIbqTiXBi2oTYoH0qNdwy/LK7rEOC4afByeeVTi0+JlS+hA9fHvBE/8hfSh/sn4j+ SaDgMGbg1IZdkJ3H3HIdDTw9JAH541qVYhXcACS/bd+ud7PeUzXN4HM0WIXastLAyeb1 HvHad3z48oYaqxEo8r/fXLXhCRmLHS+cEd/Ha+PfSPTuz9L0uL4VOW1BOdr6P+/hraq8 uivQ== X-Received: by 10.236.120.232 with SMTP id p68mr16065988yhh.43.1372160037756; Tue, 25 Jun 2013 04:33:57 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.24.162 with SMTP id v2ls2129060qef.8.gmail; Tue, 25 Jun 2013 04:33:57 -0700 (PDT) X-Received: by 10.58.40.16 with SMTP id t16mr6013193vek.64.1372160037522; Tue, 25 Jun 2013 04:33:57 -0700 (PDT) Received: from mail-vb0-x231.google.com (mail-vb0-x231.google.com [2607:f8b0:400c:c02::231]) by mx.google.com with ESMTPS id sd1si6110435veb.125.2013.06.25.04.33.57 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 25 Jun 2013 04:33:57 -0700 (PDT) Received-SPF: neutral (google.com: 2607:f8b0:400c:c02::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:c02::231; Received: by mail-vb0-f49.google.com with SMTP id 12so9125651vbf.8 for ; Tue, 25 Jun 2013 04:33:57 -0700 (PDT) X-Received: by 10.220.203.197 with SMTP id fj5mr2609150vcb.60.1372160037454; Tue, 25 Jun 2013 04:33:57 -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 yu8csp63712veb; Tue, 25 Jun 2013 04:33:55 -0700 (PDT) X-Received: by 10.15.35.129 with SMTP id g1mr29559800eev.2.1372160033100; Tue, 25 Jun 2013 04:33:53 -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 l7si15066971eey.150.2013.06.25.04.33.52 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 25 Jun 2013 04:33:53 -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 1UrRVM-0008IE-4y; Tue, 25 Jun 2013 12:33:48 +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 4/4] configure: Enable threading for unicore32-linux-user Date: Tue, 25 Jun 2013 12:33:47 +0100 Message-Id: <1372160027-31837-5-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: ALoCoQnU3Q5mL9mH2snzjFBGr7XgbIsLj3n1GNDzYU9497WT8IPskVnNlVXdn/KK0NPG8uly+ZIq X-Original-Sender: peter.maydell@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 2607:f8b0:400c:c02::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: , unicore32-linux-user provides cpu_set_tls(), so the failure to enable target_nptl was presumably an oversight. Enable it. Signed-off-by: Peter Maydell --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index e8f9b6a..54e46ed 100755 --- a/configure +++ b/configure @@ -4244,7 +4244,6 @@ case "$target_name" in s390x) ;; unicore32) - target_nptl="no" ;; xtensa|xtensaeb) TARGET_ARCH=xtensa