Explorar o código

slight tweak so it will actually compile

Mike Frysinger %!s(int64=19) %!d(string=hai) anos
pai
achega
85586431fa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      toolchain/gcc/4.1.0/800-arm-bigendian.patch

+ 1 - 1
toolchain/gcc/4.1.0/800-arm-bigendian.patch

@@ -14,7 +14,7 @@ See http://gcc.gnu.org/PR16350
 + * (big endian) configurations.
 + */
 +#if TARGET_BIG_ENDIAN_DEFAULT
-+#define TARGET_ENDIAN_DEFAULT ARM_FLAG_BIG_END
++#define TARGET_ENDIAN_DEFAULT MASK_BIG_END
 +#define TARGET_ENDIAN_OPTION "mbig-endian"
 +#define TARGET_LINKER_EMULATION "armelfb_linux"
 +#else