diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-08-27 18:39:00 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-08-27 21:36:28 +0200 |
commit | d3f66db81b9e127988932f6e0300a5272bbed644 (patch) | |
tree | 57e8d26cfd430f313f8374221da5678746c69eeb /profiles | |
parent | net-im/zoom: Check kernel configuration (diff) | |
download | gentoo-d3f66db81b9e127988932f6e0300a5272bbed644.tar.gz gentoo-d3f66db81b9e127988932f6e0300a5272bbed644.tar.bz2 gentoo-d3f66db81b9e127988932f6e0300a5272bbed644.zip |
profiles: dropt stale arch/riscv/rv32imac file
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/riscv/rv32imac/make.defaults | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/profiles/arch/riscv/rv32imac/make.defaults b/profiles/arch/riscv/rv32imac/make.defaults deleted file mode 100644 index da381b453f83..000000000000 --- a/profiles/arch/riscv/rv32imac/make.defaults +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# RISC-V profile for rv32imac multilib -# -# This immediate profile is ONLY useful for internal purposes. It can NOT -# generate stages or a working system due to limitations in gcc. - -CHOST="riscv32-unknown-linux-gnu" - -# Multilib ABIs -MULTILIB_ABIS="ilp32d ilp32" -DEFAULT_ABI="ilp32d" -ABI="ilp32d" |