gcc.old: Switch earmv6{,hf}eb to BE8, ported from gcc.

This commit is contained in:
rin 2020-12-01 02:39:48 +00:00
parent 8f72a86eed
commit a3e196b030
1 changed files with 0 additions and 2 deletions

View File

@ -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