mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-21 20:09:07 +00:00
a6c36d3e7d
Forward ported patches from GCC 8.3.0 to 9.2.0, refreshed to match current sources. In patch 0012-crystax.patch, removed changing sysv4.h header file for rs6000, since it no longer defines LINK_EH_SPEC. Removed the following patches because they are part of upstream: - 0018-ARC-Add-multilib-support-for-linux-targets.patch - 0020-ARM-fix-cmse.patch - 0021-arm-Make-arm_cmse.h-C99-compatible.patch - 0022-ARC-Update-fma-expansions.patch Renamed 0019-isl-0.20.patch => 0018-isl-0.20.patch. Signed-off-by: Hans-Christian Noren Egtvedt <hegtvedt@cisco.com>
32 lines
970 B
Diff
32 lines
970 B
Diff
---
|
|
gcc/config/nios2/nios2.h | 4 ++--
|
|
gcc/config/nios2/t-nios2 | 3 +--
|
|
2 files changed, 3 insertions(+), 4 deletions(-)
|
|
|
|
--- a/gcc/config/nios2/nios2.h
|
|
+++ b/gcc/config/nios2/nios2.h
|
|
@@ -63,11 +63,11 @@
|
|
#if TARGET_ENDIAN_DEFAULT == 0
|
|
# define ASM_SPEC "%{!meb:-EL} %{meb:-EB} %{march=*:-march=%*}"
|
|
# define LINK_SPEC_ENDIAN "%{!meb:-EL} %{meb:-EB}"
|
|
-# define MULTILIB_DEFAULTS { "EL" }
|
|
+# define MULTILIB_DEFAULTS { "mel" }
|
|
#else
|
|
# define ASM_SPEC "%{!mel:-EB} %{mel:-EL} %{march=*:-march=%*}"
|
|
# define LINK_SPEC_ENDIAN "%{!mel:-EB} %{mel:-EL}"
|
|
-# define MULTILIB_DEFAULTS { "EB" }
|
|
+# define MULTILIB_DEFAULTS { "meb" }
|
|
#endif
|
|
|
|
#define LINK_SPEC LINK_SPEC_ENDIAN \
|
|
--- a/gcc/config/nios2/t-nios2
|
|
+++ b/gcc/config/nios2/t-nios2
|
|
@@ -22,6 +22,5 @@
|
|
# MULTILIB_DIRNAMES = nomul mulx fpu-60-1 fpu-60-2
|
|
# MULTILIB_EXCEPTIONS =
|
|
|
|
-# MULTILIB_OPTIONS += EL/EB
|
|
+# MULTILIB_OPTIONS += mel/meb
|
|
# MULTILIB_DIRNAMES += le be
|
|
-# MULTILIB_MATCHES += EL=mel EB=meb
|