From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22589 invoked by alias); 16 Feb 2008 00:33:08 -0000 Received: (qmail 22558 invoked by uid 22791); 16 Feb 2008 00:33:00 -0000 X-Spam-Check-By: sourceware.org Received: from dessent.net (HELO dessent.net) (69.60.119.225) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 16 Feb 2008 00:32:37 +0000 Received: from localhost ([127.0.0.1] helo=dessent.net) by dessent.net with esmtp (Exim 4.50) id 1JQAyp-0003TW-BZ; Sat, 16 Feb 2008 00:32:35 +0000 Message-ID: <47B62F21.F5EAC135@dessent.net> Date: Sat, 16 Feb 2008 00:33:00 -0000 From: Brian Dessent Reply-To: 'gcc-help' X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: "Frank W. Miller" CC: 'gcc-help' Subject: Re: Building cross compiler for x86_64 References: <20080215232602.5AEE91C802C@smtpauth01.csee.onr.siteprotect.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-02/txt/msg00193.txt.bz2 "Frank W. Miller" wrote: > I'm building 4.2.3 which was release on 2/1/08, 2 weeks ago. Are you saying > there a more recent version that has that in it? Oh, right, I see how that would be confusing. That patch was to the trunk, and since it isn't a regression it probably will never be backported to any branches so it won't be in any 4.2 release. You can try applying the change yourself to 4.2, you can try a 4.3 snapshot, or abandon the idea of using the bare metal target and pick an existing target that is just "close enough" to whatever kernel you're using. It seems rather hackish to me to build a e.g. linux targeted compiler if the target isn't linux at all, but if it's just for doing purely freestanding code I suppose it wouldn't be too wrong. > How do I disable the building of the libs you are mentioning? Each of those can be specified as e.g. --disable-libmudflap. Brian