diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-05-05 01:32:44 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-05-05 01:32:44 +0200 |
commit | 19aa6ba3868a4ad65e818552a9918019b0528ebf (patch) | |
tree | b4ff8b4ad7e802deb2b8f88fdc9582bb02767ea9 /profiles/desc | |
parent | profiles: mark one riscv profile dev (diff) | |
download | gentoo-19aa6ba3868a4ad65e818552a9918019b0528ebf.tar.gz gentoo-19aa6ba3868a4ad65e818552a9918019b0528ebf.tar.bz2 gentoo-19aa6ba3868a4ad65e818552a9918019b0528ebf.zip |
profiles: Add missing ABI_RISCV descriptions
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/desc')
-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 000000000000..708fc8666fb8 --- /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 |