diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-09-16 23:44:01 +0300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-09-18 14:05:53 +0300 |
commit | ca545f53d73635456f2efcc5b10c95b3d1d47622 (patch) | |
tree | 620d8d56eb362139d7a22a94d99f5a281b3cf4c8 /profiles/desc | |
parent | Partially revert "app-portage/gemato: Remove old" (diff) | |
download | gentoo-ca545f53d73635456f2efcc5b10c95b3d1d47622.tar.gz gentoo-ca545f53d73635456f2efcc5b10c95b3d1d47622.tar.bz2 gentoo-ca545f53d73635456f2efcc5b10c95b3d1d47622.zip |
profiles: Drop ABI_RISCV from riscv profiles; it's multilib overkill
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/desc')
-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 f11a1dad60b4..000000000000 --- 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 |