From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10874 invoked by alias); 3 Nov 2011 00:23:07 -0000 Received: (qmail 10818 invoked by uid 22791); 3 Nov 2011 00:23:06 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Nov 2011 00:22:53 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=EU1-MAIL.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1RLl51-00044P-Q3 from joseph_myers@mentor.com ; Wed, 02 Nov 2011 17:22:51 -0700 Received: from digraph.polyomino.org.uk ([172.16.63.104]) by EU1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 3 Nov 2011 00:22:49 +0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.74) (envelope-from ) id 1RLl4z-0005Fi-0F; Thu, 03 Nov 2011 00:22:49 +0000 Date: Thu, 03 Nov 2011 00:32:00 -0000 From: "Joseph S. Myers" To: David Miller cc: joel.sherrill@OARcorp.com, gcc@gcc.gnu.org, gcc-patches@gcc.gnu.org, ro@CeBiTec.Uni-Bielefeld.DE Subject: Re: serious libgcc regression added recently In-Reply-To: <20111102.184352.196670434103290808.davem@davemloft.net> Message-ID: References: <20111102.163605.857074423370604904.davem@davemloft.net> <4EB1B62C.7060307@oarcorp.com> <20111102.183056.2300760196828501361.davem@davemloft.net> <20111102.184352.196670434103290808.davem@davemloft.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 X-SW-Source: 2011-11/txt/msg00261.txt.bz2 On Wed, 2 Nov 2011, David Miller wrote: > Actually the problem is that libgcc/config.host checks ${host} > to decide whether to append config/sparc/t-softmul to the tmake > variable. ${host} is the *target* when configuring target libraries. -- Joseph S. Myers joseph@codesourcery.com