From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Oz4E6-0006mO-OB for garchives@archives.gentoo.org; Fri, 24 Sep 2010 09:05:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02BF9E074C for ; Fri, 24 Sep 2010 09:05:51 +0000 (UTC) Received: from gw1.transmode.se (gw1.transmode.se [213.115.205.20]) by pigeon.gentoo.org (Postfix) with ESMTP id 2009AE0444 for ; Fri, 24 Sep 2010 08:57:48 +0000 (UTC) Received: from sesr04.transmode.se (sesr04.transmode.se [192.168.201.15]) by gw1.transmode.se (Postfix) with ESMTP id 69F2E2597DE; Fri, 24 Sep 2010 10:57:47 +0200 (CEST) In-Reply-To: <201009232233.06506.vapier@gentoo.org> References: <201009232233.06506.vapier@gentoo.org> Subject: Re: [gentoo-embedded] crossdev-20100620 uses wrong gcc X-KeepSent: AC3BC05C:F6DD0538-C12577A8:00304FC2; type=4; name=$KeepSent To: Mike Frysinger Cc: gentoo-embedded@lists.gentoo.org X-Mailer: Lotus Notes Release 8.5.2 August 10, 2010 Message-ID: From: Joakim Tjernlund Date: Fri, 24 Sep 2010 10:55:27 +0200 X-MIMETrack: Serialize by Router on sesr04/Transmode(Release 8.5.2 HF23|September 01, 2010) at 2010-09-24 10:57:47 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Archives-Salt: a310c267-1c35-491d-ab51-2936b1563353 X-Archives-Hash: b7cd40f66c45ad1d52cff595ef1d8ba6 Mike Frysinger wrote on 2010/09/24 04:33:05: > > On Thursday, September 23, 2010 10:37:47 Joakim Tjernlund wrote: > > Trying to add support for e300c2 in glibc/ports I got another error. > > when crossdev is building cross-glibc-headers it uses the hosts gcc > > instead of the cross compiler and glibc configure fails: > > by design. look at toolchain-glibc_headers_compile() in gentoo-x86/sys- > libs/glibc/files/eblits/src_compile.eblit. hmm, if I were to guess one needs to add libc_cv_cc_submachine=xxx, possibly with xxx=no to toolchain-glibc_headers_compile() ? Jocke