summaryrefslogtreecommitdiff
path: root/profiles/arch/riscv/rv64gc/lp64d-multilib/make.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/arch/riscv/rv64gc/lp64d-multilib/make.defaults')
-rw-r--r--profiles/arch/riscv/rv64gc/lp64d-multilib/make.defaults17
1 files changed, 17 insertions, 0 deletions
diff --git a/profiles/arch/riscv/rv64gc/lp64d-multilib/make.defaults b/profiles/arch/riscv/rv64gc/lp64d-multilib/make.defaults
new file mode 100644
index 000000000000..3546d506abb7
--- /dev/null
+++ b/profiles/arch/riscv/rv64gc/lp64d-multilib/make.defaults
@@ -0,0 +1,17 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# RISC-V profile for rv64gc multilib
+#
+# This profile is ONLY useful for internal purposes; it can generate
+# stages just fine, but the only "hardware" that can run them is qemu-user ...
+
+CHOST="riscv64-unknown-linux-gnu"
+
+# Multilib ABIs
+MULTILIB_ABIS="lp64d lp64 ilp32d ilp32"
+DEFAULT_ABI="lp64d"
+ABI="lp64d"
+
+# One-level dir for the default abi
+LIBDIR_lp64d="lib64"