use tested patch from upstream
authorMike Frysinger <vapier@gentoo.org>
Tue, 1 Mar 2005 02:49:42 +0000 (02:49 -0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 1 Mar 2005 02:49:42 +0000 (02:49 -0000)
toolchain/gcc/3.3.5/800-arm-bigendian.patch

index 91e9d4089daa31094cc0d6f1b24099195e240faa..79140ddf0e99d9b5e6f2ad6e6a9e9bb2e85680e2 100644 (file)
@@ -18,7 +18,7 @@ See http://gcc.gnu.org/PR16350
 +#define TARGET_ENDIAN_OPTION "mbig-endian"
 +#define TARGET_LINKER_EMULATION "armelfb_linux"
 +#else
-+#define TARGET_ENDIAN_DEFAULT -ARM_FLAG_BIG_END
++#define TARGET_ENDIAN_DEFAULT 0
 +#define TARGET_ENDIAN_OPTION "mlittle-endian"
 +#define TARGET_LINKER_EMULATION "armelf_linux"
 +#endif