From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26899 invoked by alias); 31 Dec 2009 15:33:47 -0000 Received: (qmail 26886 invoked by uid 22791); 31 Dec 2009 15:33:46 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from vmlinux.org (HELO vmlinux.org) (193.41.214.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 31 Dec 2009 15:33:42 +0000 Received: from localhost (localhost [127.0.0.1]) by vmlinux.org (Postfix) with ESMTP id AE0C71DDA9CD; Thu, 31 Dec 2009 16:33:52 +0100 (CET) Received: from vmlinux.org ([127.0.0.1]) by localhost (vmlinux.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Wuo9QV69uPmt; Thu, 31 Dec 2009 16:33:50 +0100 (CET) Received: from [192.168.1.124] (90-224-113-214-no111.tbcn.telia.com [90.224.113.214]) by vmlinux.org (Postfix) with ESMTPSA id DFCC71DDA9CC; Thu, 31 Dec 2009 16:33:49 +0100 (CET) Message-ID: <4B3CC450.4050100@vmlinux.org> Date: Thu, 31 Dec 2009 15:33:00 -0000 From: Joachim Nilsson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5) Gecko/20091204 Lightning/1.0b1pre Thunderbird/3.0 MIME-Version: 1.0 To: "Yann E. MORIN" CC: crossgcc@sourceware.org Subject: Re: Anyone been able to build armeb-unknown-linux-uclibcgnueabi with GCC 4.4.x yet? References: <4B3A60B9.90906@vmlinux.org> <200912302102.46871.yann.morin.1998@anciens.enib.fr> In-Reply-To: <200912302102.46871.yann.morin.1998@anciens.enib.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org X-SW-Source: 2009-12/txt/msg00053.txt.bz2 Yann, If it is comment 24 for #16350, http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16350#c24 ... diff --git a/gcc/config/arm/linux-elf.h b/gcc/config/arm/linux-elf.h index 07455ee..d8e65d2 100644 --- a/gcc/config/arm/linux-elf.h +++ b/gcc/config/arm/linux-elf.h @@ -51,7 +51,7 @@ #undef MULTILIB_DEFAULTS #define MULTILIB_DEFAULTS \ - { "marm", "mlittle-endian", "mhard-float", "mno-thumb-interwork" } + { "marm", TARGET_ENDIAN_OPTION, "mhard-float", "mno-thumb-interwork" } /* Now we define the strings used to build the spec file. */ #undef LIB_SPEC ... then it does not work for me at least. Regards /Joachim On 12/30/2009 09:02 PM, Yann E. MORIN wrote: > Joachim, All, > > On Tuesday 29 December 2009 21:04:09 Joachim Nilsson wrote: > >> Has anyone in the community been able to build armeb toolchains from gcc >> 4.4.x yet? >> > Seems like: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42081 > which points to: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16350 > > I'm testing a fix, but as the machine (netbook) is slow as hell, it may > take a bit of time... > > Regards, > Yann E. MORIN. > > -- For unsubscribe information see http://sourceware.org/lists.html#faq