summaryrefslogtreecommitdiff
path: root/profiles/default/linux/ppc/23.0/musl
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/default/linux/ppc/23.0/musl')
-rw-r--r--profiles/default/linux/ppc/23.0/musl/eapi1
-rw-r--r--profiles/default/linux/ppc/23.0/musl/hardened/eapi1
-rw-r--r--profiles/default/linux/ppc/23.0/musl/hardened/parent2
-rw-r--r--profiles/default/linux/ppc/23.0/musl/make.defaults10
-rw-r--r--profiles/default/linux/ppc/23.0/musl/package.use.mask7
-rw-r--r--profiles/default/linux/ppc/23.0/musl/parent3
6 files changed, 24 insertions, 0 deletions
diff --git a/profiles/default/linux/ppc/23.0/musl/eapi b/profiles/default/linux/ppc/23.0/musl/eapi
new file mode 100644
index 000000000000..7ed6ff82de6b
--- /dev/null
+++ b/profiles/default/linux/ppc/23.0/musl/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/default/linux/ppc/23.0/musl/hardened/eapi b/profiles/default/linux/ppc/23.0/musl/hardened/eapi
new file mode 100644
index 000000000000..7ed6ff82de6b
--- /dev/null
+++ b/profiles/default/linux/ppc/23.0/musl/hardened/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/default/linux/ppc/23.0/musl/hardened/parent b/profiles/default/linux/ppc/23.0/musl/hardened/parent
new file mode 100644
index 000000000000..c97306cfa044
--- /dev/null
+++ b/profiles/default/linux/ppc/23.0/musl/hardened/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../features/hardened
diff --git a/profiles/default/linux/ppc/23.0/musl/make.defaults b/profiles/default/linux/ppc/23.0/musl/make.defaults
new file mode 100644
index 000000000000..3f0abac0df06
--- /dev/null
+++ b/profiles/default/linux/ppc/23.0/musl/make.defaults
@@ -0,0 +1,10 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+CHOST="powerpc-unknown-linux-musl"
+
+# Anthony G. Basile <blueness@gentoo.org> (2014-07-01)
+# Multilib-related setup, bug #515130
+MULTILIB_ABIS="ppc"
+CHOST_ppc="${CHOST}"
+LIBDIR_ppc="lib"
diff --git a/profiles/default/linux/ppc/23.0/musl/package.use.mask b/profiles/default/linux/ppc/23.0/musl/package.use.mask
new file mode 100644
index 000000000000..80fbaf3654a7
--- /dev/null
+++ b/profiles/default/linux/ppc/23.0/musl/package.use.mask
@@ -0,0 +1,7 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Sam James <sam@gentoo.org> (2023-01-29)
+# Fails to build on combination of ppc* + musl because of mcontext.
+# libsanitizer needs adapting, bug #892079.
+sys-devel/gcc sanitize
diff --git a/profiles/default/linux/ppc/23.0/musl/parent b/profiles/default/linux/ppc/23.0/musl/parent
new file mode 100644
index 000000000000..9ef7663a23b6
--- /dev/null
+++ b/profiles/default/linux/ppc/23.0/musl/parent
@@ -0,0 +1,3 @@
+..
+../../../../../features/musl
+../../../../../features/wd40