* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/rv32imac/
@ 2020-09-11 15:51 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2020-09-11 15:51 UTC (permalink / raw
To: gentoo-commits
commit: ce01a62efcf91c2383d6420541a5a9f3a852ed5f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 15:20:33 2020 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Sep 11 15:45:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce01a62e
profiles: Add intermediate rv32(imac) multilib profile
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
profiles/arch/riscv/rv32imac/eapi | 1 +
profiles/arch/riscv/rv32imac/make.defaults | 23 +++++++++++++++++++++++
profiles/arch/riscv/rv32imac/parent | 2 ++
profiles/arch/riscv/rv32imac/use.force | 5 +++++
profiles/arch/riscv/rv32imac/use.mask | 6 ++++++
5 files changed, 37 insertions(+)
diff --git a/profiles/arch/riscv/rv32imac/eapi b/profiles/arch/riscv/rv32imac/eapi
new file mode 100644
index 00000000000..7ed6ff82de6
--- /dev/null
+++ b/profiles/arch/riscv/rv32imac/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/arch/riscv/rv32imac/make.defaults b/profiles/arch/riscv/rv32imac/make.defaults
new file mode 100644
index 00000000000..57c09ed8241
--- /dev/null
+++ b/profiles/arch/riscv/rv32imac/make.defaults
@@ -0,0 +1,23 @@
+# 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"
+
+# Enable lp64d by default
+ABI_RISCV="ilp32d"
+
+# Unhide the riscv/rv64gc-specific USE_EXPANDs
+USE_EXPAND_HIDDEN="-ABI_RISCV"
+
+# Implicitly enable lp64d in ebuilds without multilib support
+IUSE_IMPLICIT="abi_riscv_ilp32d"
diff --git a/profiles/arch/riscv/rv32imac/parent b/profiles/arch/riscv/rv32imac/parent
new file mode 100644
index 00000000000..17e5a3c6e7f
--- /dev/null
+++ b/profiles/arch/riscv/rv32imac/parent
@@ -0,0 +1,2 @@
+..
+../../../multilib
diff --git a/profiles/arch/riscv/rv32imac/use.force b/profiles/arch/riscv/rv32imac/use.force
new file mode 100644
index 00000000000..069813e1771
--- /dev/null
+++ b/profiles/arch/riscv/rv32imac/use.force
@@ -0,0 +1,5 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Force the flag corresponding to the default ABI.
+abi_riscv_ilp32d
diff --git a/profiles/arch/riscv/rv32imac/use.mask b/profiles/arch/riscv/rv32imac/use.mask
new file mode 100644
index 00000000000..d57df4d6abe
--- /dev/null
+++ b/profiles/arch/riscv/rv32imac/use.mask
@@ -0,0 +1,6 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Unmask the multilib flags for this arch.
+-abi_riscv_ilp32d
+-abi_riscv_ilp32
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/rv32imac/
@ 2020-09-11 16:59 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2020-09-11 16:59 UTC (permalink / raw
To: gentoo-commits
commit: f4ebd8621b4b6b47375c4d7a181df08f397b7c5c
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 16:58:43 2020 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Sep 11 16:59:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ebd862
profiles: fix inheritance in arch/riscv/rv32imac/parent
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
profiles/arch/riscv/rv32imac/parent | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/profiles/arch/riscv/rv32imac/parent b/profiles/arch/riscv/rv32imac/parent
index 17e5a3c6e7f..6ee1b9eff10 100644
--- a/profiles/arch/riscv/rv32imac/parent
+++ b/profiles/arch/riscv/rv32imac/parent
@@ -1,2 +1,2 @@
..
-../../../multilib
+../../../features/multilib
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/rv32imac/
@ 2020-12-16 22:35 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2020-12-16 22:35 UTC (permalink / raw
To: gentoo-commits
commit: 224c74afee63bf62b6ef57d6191941e22f314a66
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 16 22:30:19 2020 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 22:34:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224c74af
profiles: libseccomp does not work on 32bit riscv yet
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
profiles/arch/riscv/rv32imac/package.mask | 5 +++++
profiles/arch/riscv/rv32imac/use.mask | 3 +++
2 files changed, 8 insertions(+)
diff --git a/profiles/arch/riscv/rv32imac/package.mask b/profiles/arch/riscv/rv32imac/package.mask
new file mode 100644
index 00000000000..fae8be79335
--- /dev/null
+++ b/profiles/arch/riscv/rv32imac/package.mask
@@ -0,0 +1,5 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# sys-libs/libseccomp has not been ported to rv32 yet
+sys-libs/libseccomp
diff --git a/profiles/arch/riscv/rv32imac/use.mask b/profiles/arch/riscv/rv32imac/use.mask
index 9de5ab73449..9779cbad81b 100644
--- a/profiles/arch/riscv/rv32imac/use.mask
+++ b/profiles/arch/riscv/rv32imac/use.mask
@@ -1,2 +1,5 @@
# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+
+# sys-libs/libseccomp has not been ported to rv32 yet
+seccomp
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/rv32imac/
@ 2022-08-27 19:36 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2022-08-27 19:36 UTC (permalink / raw
To: gentoo-commits
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"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-08-27 23:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-16 22:35 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/rv32imac/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2022-08-27 19:36 Andreas K. Hüttel
2020-09-11 16:59 Andreas K. Hüttel
2020-09-11 15:51 Andreas K. Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox