diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-08 08:10:54 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-08 08:10:54 +0200 |
commit | 067cd4849e5f327ffe0214e5c0785e794541aa58 (patch) | |
tree | 3f229f595629e21e1786354dcd74a6d3456cb03d /toolchain | |
parent | 7d956f2f1ac2de380210dc4ceec9867928d1a5f8 (diff) |
c6x: add gcc 8.3.0 patch
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gcc/patches/8.3.0/c6x-disable-multilib.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/toolchain/gcc/patches/8.3.0/c6x-disable-multilib.patch b/toolchain/gcc/patches/8.3.0/c6x-disable-multilib.patch new file mode 100644 index 000000000..cbee6f785 --- /dev/null +++ b/toolchain/gcc/patches/8.3.0/c6x-disable-multilib.patch @@ -0,0 +1,10 @@ +diff -Nur gcc-8.3.0.orig/gcc/config/c6x/t-c6x-uclinux gcc-8.3.0/gcc/config/c6x/t-c6x-uclinux +--- gcc-8.3.0.orig/gcc/config/c6x/t-c6x-uclinux 2011-11-02 16:23:48.000000000 +0100 ++++ gcc-8.3.0/gcc/config/c6x/t-c6x-uclinux 2019-10-08 07:49:50.255159650 +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 |