diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-09-05 23:55:27 +0300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-09-05 23:55:27 +0300 |
commit | 03dd313bfab7366160857045a3c653db264d1908 (patch) | |
tree | 0e8b7b4014db7e063259dbc9e527a417baa3915f /profiles | |
parent | Copy abi_riscv from main tree (diff) | |
download | riscv-03dd313bfab7366160857045a3c653db264d1908.tar.gz riscv-03dd313bfab7366160857045a3c653db264d1908.tar.bz2 riscv-03dd313bfab7366160857045a3c653db264d1908.zip |
Add useflag support for rv32 abis
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/desc/abi_riscv.desc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/desc/abi_riscv.desc b/profiles/desc/abi_riscv.desc index 708fc86..f11a1da 100644 --- a/profiles/desc/abi_riscv.desc +++ b/profiles/desc/abi_riscv.desc @@ -7,3 +7,5 @@ # on gentoo-dev. lp64d - 64-bit (rv64) double hard-float libraries lp64 - 64-bit (rv64) soft-float libraries +ilp32d - 32-bit (rv32) double hard-float libraries +ilp32 - 32-bit (rv32) soft-float libraries |