commit: d81e5665c7e56534fd0f45a09a19b210df0dd1bd
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 5 15:01:22 2020 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Sep 5 15:21:18 2020 +0000
URL: https://gitweb.gentoo.org/proj/riscv.git/commit/?id=d81e5665
Add ipp32[d] non-multilib profile subdirs
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
profiles/arch/riscv/rv32imac/ilp32/eapi | 1 +
profiles/arch/riscv/rv32imac/ilp32/make.defaults | 12 ++++++++++++
profiles/arch/riscv/rv32imac/ilp32/package.use.force | 5 +++++
profiles/arch/riscv/rv32imac/ilp32/use.force | 5 +++++
profiles/arch/riscv/rv32imac/ilp32/use.mask | 10 ++++++++++
profiles/arch/riscv/rv32imac/ilp32d/eapi | 1 +
profiles/arch/riscv/rv32imac/ilp32d/make.defaults | 15 +++++++++++++++
profiles/arch/riscv/rv32imac/ilp32d/package.use.force | 5 +++++
profiles/arch/riscv/rv32imac/ilp32d/use.mask | 10 ++++++++++
9 files changed, 64 insertions(+)
diff --git a/profiles/arch/riscv/rv32imac/ilp32/eapi
b/profiles/arch/riscv/rv32imac/ilp32/eapi
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/profiles/arch/riscv/rv32imac/ilp32/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/arch/riscv/rv32imac/ilp32/make.defaults
b/profiles/arch/riscv/rv32imac/ilp32/make.defaults
new file mode 100644
index 0000000..c540eed
--- /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 rv64gc/lp64 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"
diff --git a/profiles/arch/riscv/rv32imac/ilp32/package.use.force
b/profiles/arch/riscv/rv32imac/ilp32/package.use.force
new file mode 100644
index 0000000..dc5b60c
--- /dev/null
+++ b/profiles/arch/riscv/rv32imac/ilp32/package.use.force
@@ -0,0 +1,5 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Undo multilib forcing.
+sys-apps/sandbox -abi_riscv_lp64d -abi_riscv_lp64 -abi_riscv_ilp32d
diff --git a/profiles/arch/riscv/rv32imac/ilp32/use.force
b/profiles/arch/riscv/rv32imac/ilp32/use.force
new file mode 100644
index 0000000..e54ac40
--- /dev/null
+++ b/profiles/arch/riscv/rv32imac/ilp32/use.force
@@ -0,0 +1,5 @@
+# Un-force the original multilib default-abi flag
+-abi_riscv_ilp32d
+
+# Force the abi of this profile here
+abi_riscv_ilp32
diff --git a/profiles/arch/riscv/rv32imac/ilp32/use.mask
b/profiles/arch/riscv/rv32imac/ilp32/use.mask
new file mode 100644
index 0000000..c717be8
--- /dev/null
+++ b/profiles/arch/riscv/rv32imac/ilp32/use.mask
@@ -0,0 +1,10 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Mask multilib, since we do not want to use it.
+multilib
+
+# Mask the other multilib flags back for non-multilib profile.
+abi_riscv_lp64d
+abi_riscv_lp64
+abi_riscv_ilp32d
diff --git a/profiles/arch/riscv/rv32imac/ilp32d/eapi
b/profiles/arch/riscv/rv32imac/ilp32d/eapi
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/profiles/arch/riscv/rv32imac/ilp32d/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/arch/riscv/rv32imac/ilp32d/make.defaults
b/profiles/arch/riscv/rv32imac/ilp32d/make.defaults
new file mode 100644
index 0000000..3354876
--- /dev/null
+++ b/profiles/arch/riscv/rv32imac/ilp32d/make.defaults
@@ -0,0 +1,15 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# RISC-V rv64gc/lp64d no-multilib profile
+
+CFLAGS="-O2 -pipe -march=rv32imacdf -mabi=ilp32d"
+CXXFLAGS="${CFLAGS}"
+FFLAGS="${CFLAGS}"
+FCFLAGS="${CFLAGS}"
+
+# We have only one ABI
+MULTILIB_ABIS="ilp32d"
+
+# We hide the useflags for the ABIs
+USE_EXPAND_HIDDEN="ABI_RISCV"
diff --git a/profiles/arch/riscv/rv32imac/ilp32d/package.use.force
b/profiles/arch/riscv/rv32imac/ilp32d/package.use.force
new file mode 100644
index 0000000..cf764cd
--- /dev/null
+++ b/profiles/arch/riscv/rv32imac/ilp32d/package.use.force
@@ -0,0 +1,5 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Undo multilib forcing.
+sys-apps/sandbox -abi_riscv_lp64d -abi_riscv_lp64 -abi_riscv_ilp32
diff --git a/profiles/arch/riscv/rv32imac/ilp32d/use.mask
b/profiles/arch/riscv/rv32imac/ilp32d/use.mask
new file mode 100644
index 0000000..b2c900d
--- /dev/null
+++ b/profiles/arch/riscv/rv32imac/ilp32d/use.mask
@@ -0,0 +1,10 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Mask multilib, since we do not want to use it.
+multilib
+
+# Mask the other multilib flags back for non-multilib profile.
+abi_riscv_lp64d
+abi_riscv_lp64
+abi_riscv_ilp32