From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12151 invoked by alias); 26 Sep 2014 21:42:57 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 12064 invoked by uid 89); 26 Sep 2014 21:42:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-out.m-online.net Received: from mail-out.m-online.net (HELO mail-out.m-online.net) (212.18.0.9) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Fri, 26 Sep 2014 21:42:54 +0000 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3j4RS74fYYz3hhwD; Fri, 26 Sep 2014 23:42:47 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3j4RS74K26zvdWw; Fri, 26 Sep 2014 23:42:47 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id ripNECik4T-q; Fri, 26 Sep 2014 23:42:46 +0200 (CEST) X-Auth-Info: GBCcvHisVnlcDHViCqtgSX8Le7HaJp3NUnECNGPHYQjeBsDQmDfgdd5oKpk8BjTw Received: from igel.home (host-188-174-220-103.customer.m-online.net [188.174.220.103]) by mail.mnet-online.de (Postfix) with ESMTPA; Fri, 26 Sep 2014 23:42:46 +0200 (CEST) Received: by igel.home (Postfix, from userid 1000) id AEF412C3888; Fri, 26 Sep 2014 23:42:46 +0200 (CEST) From: Andreas Schwab To: libstdc++@gcc.gnu.org Subject: [PATCH] Fix finding default baseline symbols directory CC: gcc-patches@gcc.gnu.org X-Yow: I have no actual hairline... Date: Fri, 26 Sep 2014 21:42:00 -0000 Message-ID: <87lhp6m52h.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2014-09/txt/msg02439.txt.bz2 Tested on aarch64-suse-linux, where try_cpu=generic. Andreas. * configure.host: Use host_cpu, not try_cpu, to define default abi_baseline_pair. --- libstdc++-v3/configure.host | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/configure.host b/libstdc++-v3/configure.host index a12871a..abfd609 100644 --- a/libstdc++-v3/configure.host +++ b/libstdc++-v3/configure.host @@ -346,8 +346,8 @@ case "${host}" in abi_baseline_pair=x86_64-linux-gnu ;; *) - if test -d ${glibcxx_srcdir}/config/abi/post/${try_cpu}-linux-gnu; then - abi_baseline_pair=${try_cpu}-linux-gnu + if test -d ${glibcxx_srcdir}/config/abi/post/${host_cpu}-linux-gnu; then + abi_baseline_pair=${host_cpu}-linux-gnu fi esac case "${host}" in -- 2.1.1 -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."