diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-09-11 18:40:51 +0300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-09-11 18:40:51 +0300 |
commit | 088fd7baff734f166f0a30fb361ee8b1e463f8c9 (patch) | |
tree | cf81c6dafb388b1dc3e720fab91228f901c5f84e /profiles | |
parent | profiles/default: Moved to main tree (diff) | |
download | riscv-088fd7baff734f166f0a30fb361ee8b1e463f8c9.tar.gz riscv-088fd7baff734f166f0a30fb361ee8b1e463f8c9.tar.bz2 riscv-088fd7baff734f166f0a30fb361ee8b1e463f8c9.zip |
profiles: moved abi useflag def to main tree
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/desc/abi_riscv.desc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/profiles/desc/abi_riscv.desc b/profiles/desc/abi_riscv.desc deleted file mode 100644 index f11a1da..0000000 --- a/profiles/desc/abi_riscv.desc +++ /dev/null @@ -1,11 +0,0 @@ -# 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 -ilp32d - 32-bit (rv32) double hard-float libraries -ilp32 - 32-bit (rv32) soft-float libraries |