summaryrefslogtreecommitdiff
path: root/profiles/arch/riscv/rv32imac/ilp32/make.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/arch/riscv/rv32imac/ilp32/make.defaults')
-rw-r--r--profiles/arch/riscv/rv32imac/ilp32/make.defaults12
1 files changed, 12 insertions, 0 deletions
diff --git a/profiles/arch/riscv/rv32imac/ilp32/make.defaults b/profiles/arch/riscv/rv32imac/ilp32/make.defaults
new file mode 100644
index 000000000000..959de434af0f
--- /dev/null
+++ b/profiles/arch/riscv/rv32imac/ilp32/make.defaults
@@ -0,0 +1,12 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# RISC-V rv32imac/ilp32 no-multilib profile
+
+# We have only one ABI
+MULTILIB_ABIS="ilp32"
+DEFAULT_ABI="ilp32"
+ABI="ilp32"
+
+# We hide the useflags for the ABIs
+USE_EXPAND_HIDDEN="ABI_RISCV"