slight tweak so it will actually compile
This commit is contained in:
parent
84523a7eeb
commit
85586431fa
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user