diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-09-05 23:54:55 +0300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-09-05 23:54:55 +0300 |
commit | 6946074fed5fbf8c0fb40cd82a8bc2b07c7a764a (patch) | |
tree | 251e80f4416a488259d3c95fa4457df212b0d42d /profiles | |
parent | Add support for rv32 abis to multilib-build.eclass (diff) | |
download | riscv-6946074fed5fbf8c0fb40cd82a8bc2b07c7a764a.tar.gz riscv-6946074fed5fbf8c0fb40cd82a8bc2b07c7a764a.tar.bz2 riscv-6946074fed5fbf8c0fb40cd82a8bc2b07c7a764a.zip |
Copy abi_riscv from main tree
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/desc/abi_riscv.desc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/desc/abi_riscv.desc b/profiles/desc/abi_riscv.desc new file mode 100644 index 0000000..708fc86 --- /dev/null +++ b/profiles/desc/abi_riscv.desc @@ -0,0 +1,9 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# This file contains descriptions of ABI_RISCV USE_EXPAND flags. + +# Keep it sorted. Please do not add anything without prior discussion +# on gentoo-dev. +lp64d - 64-bit (rv64) double hard-float libraries +lp64 - 64-bit (rv64) soft-float libraries |