diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-09-05 17:44:31 +0300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-09-05 18:20:55 +0300 |
commit | 15af1c5f1c4710c6abd70332277a0af9160b3961 (patch) | |
tree | 937fc5f98db88d58a6450f33dac557e52c8e1747 /profiles | |
parent | Move as many settings as possible from riscv/rv64gc to riscv (diff) | |
download | riscv-15af1c5f1c4710c6abd70332277a0af9160b3961.tar.gz riscv-15af1c5f1c4710c6abd70332277a0af9160b3961.tar.bz2 riscv-15af1c5f1c4710c6abd70332277a0af9160b3961.zip |
Properly enable all 4 abi here
Once the useflags are gone we should probably move to 6 abi :)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/riscv/rv64gc/lp64/use.mask | 2 | ||||
-rw-r--r-- | profiles/arch/riscv/rv64gc/lp64d/use.mask | 2 | ||||
-rw-r--r-- | profiles/arch/riscv/rv64gc/use.mask | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/profiles/arch/riscv/rv64gc/lp64/use.mask b/profiles/arch/riscv/rv64gc/lp64/use.mask index 9f26ae6..1e0176b 100644 --- a/profiles/arch/riscv/rv64gc/lp64/use.mask +++ b/profiles/arch/riscv/rv64gc/lp64/use.mask @@ -6,3 +6,5 @@ multilib # Mask the other multilib flags back for non-multilib profile. abi_riscv_lp64d +abi_riscv_ilp32d +abi_riscv_ilp32 diff --git a/profiles/arch/riscv/rv64gc/lp64d/use.mask b/profiles/arch/riscv/rv64gc/lp64d/use.mask index fd1d144..1015280 100644 --- a/profiles/arch/riscv/rv64gc/lp64d/use.mask +++ b/profiles/arch/riscv/rv64gc/lp64d/use.mask @@ -6,3 +6,5 @@ multilib # Mask the other multilib flags back for non-multilib profile. abi_riscv_lp64 +abi_riscv_ilp32d +abi_riscv_ilp32 diff --git a/profiles/arch/riscv/rv64gc/use.mask b/profiles/arch/riscv/rv64gc/use.mask index eed1c21..b38fe8b 100644 --- a/profiles/arch/riscv/rv64gc/use.mask +++ b/profiles/arch/riscv/rv64gc/use.mask @@ -4,3 +4,5 @@ # Unmask the multilib flags for this arch. -abi_riscv_lp64d -abi_riscv_lp64 +-abi_riscv_ilp32d +-abi_riscv_ilp32 |