aboutsummaryrefslogtreecommitdiff
path: root/4.1.0
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-12 03:46:16 +0000
committerMike Frysinger <vapier@gentoo.org>2006-04-12 03:46:16 +0000
commitb2e6e56e66778078d8608ea592824cf93edfe15f (patch)
treeff5de05ca48d03b1c2c9bb92f825f66c72108868 /4.1.0
parentfix arm big endian support *again* (diff)
downloadgcc-patches-b2e6e56e66778078d8608ea592824cf93edfe15f.tar.gz
gcc-patches-b2e6e56e66778078d8608ea592824cf93edfe15f.tar.bz2
gcc-patches-b2e6e56e66778078d8608ea592824cf93edfe15f.zip
gcc-4.1.0 port needs a little more tweaking
Diffstat (limited to '4.1.0')
-rw-r--r--4.1.0/gentoo/34_all_arm-bigendian.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/4.1.0/gentoo/34_all_arm-bigendian.patch b/4.1.0/gentoo/34_all_arm-bigendian.patch
index 5b4a8bb..1fa5ae1 100644
--- a/4.1.0/gentoo/34_all_arm-bigendian.patch
+++ b/4.1.0/gentoo/34_all_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