summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-06-01 19:58:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2018-06-01 19:58:37 +0200
commitcd2e2a876c375dbe064cb9a5c7dc5588803c837f (patch)
tree7be61275bd085fe43f8455fd7e9da683eab3d5c2 /toolchain
parentbc42e9e27d37fd9d8998a1a440f390e517ae90ed (diff)
c6x: fix shared toolchain building, disable multilib dirs in gcc 7.3.0
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/patches/7.3.0/c6x-disable-multilib.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/toolchain/gcc/patches/7.3.0/c6x-disable-multilib.patch b/toolchain/gcc/patches/7.3.0/c6x-disable-multilib.patch
new file mode 100644
index 000000000..8637b2cd2
--- /dev/null
+++ b/toolchain/gcc/patches/7.3.0/c6x-disable-multilib.patch
@@ -0,0 +1,10 @@
+diff -Nur gcc-7.3.0.orig/gcc/config/c6x/t-c6x-uclinux gcc-7.3.0/gcc/config/c6x/t-c6x-uclinux
+--- gcc-7.3.0.orig/gcc/config/c6x/t-c6x-uclinux 2011-11-02 16:23:48.424740000 +0100
++++ gcc-7.3.0/gcc/config/c6x/t-c6x-uclinux 2018-06-01 08:14:36.679894633 +0200
+@@ -1,3 +1,3 @@
+-MULTILIB_OSDIRNAMES = march.c674x=!c674x
+-MULTILIB_OSDIRNAMES += mbig-endian=!be
+-MULTILIB_OSDIRNAMES += mbig-endian/march.c674x=!be/c674x
++MULTILIB_OSDIRNAMES =
++#MULTILIB_OSDIRNAMES += mbig-endian=!be
++#MULTILIB_OSDIRNAMES += mbig-endian/march.c674x=!be/c674x