summaryrefslogtreecommitdiff
path: root/packages/gcc-linaro/7.4-2019.02/0008-nios2-bad-multilib-default.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2019-02-14 07:54:06 (GMT)
committerGitHub <noreply@github.com>2019-02-14 07:54:06 (GMT)
commitfb744d81588395a97cee951a151a56501a500e42 (patch)
tree895628cd0c17103416c97fb4cb4b66ed469428dd /packages/gcc-linaro/7.4-2019.02/0008-nios2-bad-multilib-default.patch
parentb135af0c4a8a141d537a7e60a989594d354abece (diff)
parent91d01a0e4750be6ab2b71fb953a48dff88dc469b (diff)
Merge pull request #1140 from stilor/upgradecrosstool-ng-1.24.0-rc1
Package updates
Diffstat (limited to 'packages/gcc-linaro/7.4-2019.02/0008-nios2-bad-multilib-default.patch')
-rw-r--r--packages/gcc-linaro/7.4-2019.02/0008-nios2-bad-multilib-default.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/packages/gcc-linaro/7.4-2019.02/0008-nios2-bad-multilib-default.patch b/packages/gcc-linaro/7.4-2019.02/0008-nios2-bad-multilib-default.patch
new file mode 100644
index 0000000..4acc491
--- /dev/null
+++ b/packages/gcc-linaro/7.4-2019.02/0008-nios2-bad-multilib-default.patch
@@ -0,0 +1,31 @@
+---
+ 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