Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/arm Modify the BE8_LINK_SP...



details:   https://anonhg.NetBSD.org/src/rev/eaa3b94fe13d
branches:  trunk
changeset: 789018:eaa3b94fe13d
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Aug 04 03:52:28 2013 +0000

description:
Modify the BE8_LINK_SPEC if big endian to use !mlittle-endian

diffstat:

 external/gpl3/gcc/dist/gcc/config/arm/netbsd-eabi.h |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 2735b5814576 -r eaa3b94fe13d external/gpl3/gcc/dist/gcc/config/arm/netbsd-eabi.h
--- a/external/gpl3/gcc/dist/gcc/config/arm/netbsd-eabi.h       Sun Aug 04 03:38:13 2013 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/arm/netbsd-eabi.h       Sun Aug 04 03:52:28 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index