This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Anyone been able to build armeb-unknown-linux-uclibcgnueabi with GCC 4.4.x yet?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]