commit: d3f66db81b9e127988932f6e0300a5272bbed644 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Aug 27 16:39:00 2022 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Aug 27 19:36:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f66db8
profiles: dropt stale arch/riscv/rv32imac file Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/arch/riscv/rv32imac/make.defaults | 14 -------------- 1 file changed, 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"
