Module Name: src
Committed By: rin
Date: Tue Dec 1 02:39:48 UTC 2020
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/arm: netbsd-eabi.h
Log Message:
gcc.old: Switch earmv6{,hf}eb to BE8, ported from gcc.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 \
src/external/gpl3/gcc.old/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.old/dist/gcc/config/arm/netbsd-eabi.h
diff -u src/external/gpl3/gcc.old/dist/gcc/config/arm/netbsd-eabi.h:1.7 src/external/gpl3/gcc.old/dist/gcc/config/arm/netbsd-eabi.h:1.8
--- src/external/gpl3/gcc.old/dist/gcc/config/arm/netbsd-eabi.h:1.7 Thu Sep 26 05:55:42 2019
+++ src/external/gpl3/gcc.old/dist/gcc/config/arm/netbsd-eabi.h Tue Dec 1 02:39:48 2020
@@ -34,8 +34,6 @@
#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