Anyone been able to build armeb-unknown-linux-uclibcgnueabi with GCC 4.4.x yet?
Joachim Nilsson
jocke@vmlinux.org
Thu Dec 31 15:33:00 GMT 2009
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
More information about the crossgcc
mailing list