Module Name: src
Committed By: matt
Date: Sun Aug 4 03:52:28 UTC 2013
Modified Files:
src/external/gpl3/gcc/dist/gcc/config/arm: netbsd-eabi.h
Log Message:
Modify the BE8_LINK_SPEC if big endian to use !mlittle-endian
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 \
src/external/gpl3/gcc/dist/gcc/config/arm/netbsd-eabi.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/dist/gcc/config/arm/netbsd-eabi.h
diff -u src/external/gpl3/gcc/dist/gcc/config/arm/netbsd-eabi.h:1.8 src/external/gpl3/gcc/dist/gcc/config/arm/netbsd-eabi.h:1.9
--- src/external/gpl3/gcc/dist/gcc/config/arm/netbsd-eabi.h:1.8 Thu Aug 1 23:01:34 2013
+++ src/external/gpl3/gcc/dist/gcc/config/arm/netbsd-eabi.h Sun Aug 4 03:52:28 2013
@@ -37,6 +37,8 @@
#undef TARGET_LINKER_EMULATION
#if TARGET_BIG_ENDIAN_DEFAULT
#define TARGET_LINKER_EMULATION TARGET_LINKER_BIG_EMULATION
+#undef BE8_LINK_SPEC
+#define BE8_LINK_SPEC " %{!mlittle-endian:%{march=armv7-a|mcpu=cortex-a5|mcpu=cortex-a8|mcpu=cortex-a9:%{!r:--be8}}}"
#else
#define TARGET_LINKER_EMULATION TARGET_LINKER_LITTLE_EMULATION
#endif