diff options
author | 2021-05-16 11:28:53 +0100 | |
---|---|---|
committer | 2021-05-16 11:28:53 +0100 | |
commit | 52f599fc37324ea16463bb1fc0c1a3cdedd80e29 (patch) | |
tree | fb75b84cfb7a3c4284b5ee95a5fa2040e7b120c7 /8.5.0/gentoo/27_all_disable-riscv32-ABIs.patch | |
parent | 8.4.0: abandoned in favour of 8.5.0 (diff) | |
download | gcc-patches-52f599fc37324ea16463bb1fc0c1a3cdedd80e29.tar.gz gcc-patches-52f599fc37324ea16463bb1fc0c1a3cdedd80e29.tar.bz2 gcc-patches-52f599fc37324ea16463bb1fc0c1a3cdedd80e29.zip |
8.5.0: cut 1 patchset, a copy of 8.4.0 with upstreamed pacthes removed
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to '8.5.0/gentoo/27_all_disable-riscv32-ABIs.patch')
-rw-r--r-- | 8.5.0/gentoo/27_all_disable-riscv32-ABIs.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/8.5.0/gentoo/27_all_disable-riscv32-ABIs.patch b/8.5.0/gentoo/27_all_disable-riscv32-ABIs.patch new file mode 100644 index 0000000..52476e6 --- /dev/null +++ b/8.5.0/gentoo/27_all_disable-riscv32-ABIs.patch @@ -0,0 +1,28 @@ +https://gcc.gnu.org/PR90419 + +--- gcc-8.3.0.orig/gcc/config/riscv/t-linux-multilib 2017-02-06 22:38:37.000000000 +0100 ++++ gcc-8.3.0/gcc/config/riscv/t-linux-multilib 2019-04-28 16:37:44.377841943 +0200 +@@ -20,21 +20,9 @@ + ilp32d \ + lp64 \ + lp64d +-MULTILIB_REQUIRED = march=rv32imac/mabi=ilp32 \ +-march=rv32imafdc/mabi=ilp32d \ +-march=rv64imac/mabi=lp64 \ ++MULTILIB_REQUIRED = march=rv64imac/mabi=lp64 \ + march=rv64imafdc/mabi=lp64d +-MULTILIB_REUSE = march.rv32imac/mabi.ilp32=march.rv32ima/mabi.ilp32 \ +-march.rv32imac/mabi.ilp32=march.rv32imaf/mabi.ilp32 \ +-march.rv32imac/mabi.ilp32=march.rv32imafd/mabi.ilp32 \ +-march.rv32imac/mabi.ilp32=march.rv32imafc/mabi.ilp32 \ +-march.rv32imac/mabi.ilp32=march.rv32imafdc/mabi.ilp32 \ +-march.rv32imac/mabi.ilp32=march.rv32g/mabi.ilp32 \ +-march.rv32imac/mabi.ilp32=march.rv32gc/mabi.ilp32 \ +-march.rv32imafdc/mabi.ilp32d=march.rv32imafd/mabi.ilp32d \ +-march.rv32imafdc/mabi.ilp32d=march.rv32gc/mabi.ilp32d \ +-march.rv32imafdc/mabi.ilp32d=march.rv32g/mabi.ilp32d \ +-march.rv64imac/mabi.lp64=march.rv64ima/mabi.lp64 \ ++MULTILIB_REUSE = march.rv64imac/mabi.lp64=march.rv64ima/mabi.lp64 \ + march.rv64imac/mabi.lp64=march.rv64imaf/mabi.lp64 \ + march.rv64imac/mabi.lp64=march.rv64imafd/mabi.lp64 \ + march.rv64imac/mabi.lp64=march.rv64imafc/mabi.lp64 \ |