From: Mike Frysinger Date: Tue, 1 Mar 2005 02:49:42 +0000 (-0000) Subject: use tested patch from upstream X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8bdef6dd226c7afe369bc6954e4b0fb5e2aacbe7;p=buildroot.git use tested patch from upstream --- diff --git a/toolchain/gcc/3.3.5/800-arm-bigendian.patch b/toolchain/gcc/3.3.5/800-arm-bigendian.patch index 91e9d4089d..79140ddf0e 100644 --- a/toolchain/gcc/3.3.5/800-arm-bigendian.patch +++ b/toolchain/gcc/3.3.5/800-arm-bigendian.patch @@ -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