summaryrefslogtreecommitdiff
path: root/profiles/arch/riscv/rv32imac/make.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/arch/riscv/rv32imac/make.defaults')
-rw-r--r--profiles/arch/riscv/rv32imac/make.defaults14
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"