소스 검색

slight tweak so it will actually compile

Mike Frysinger 19 년 전
부모
커밋
85586431fa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.
 + * (big endian) configurations.
 + */
 + */
 +#if TARGET_BIG_ENDIAN_DEFAULT
 +#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_ENDIAN_OPTION "mbig-endian"
 +#define TARGET_LINKER_EMULATION "armelfb_linux"
 +#define TARGET_LINKER_EMULATION "armelfb_linux"
 +#else
 +#else