diff options
author | 2023-06-26 15:51:44 +0000 | |
---|---|---|
committer | 2023-06-26 23:20:56 +0100 | |
commit | 68a23a753439ef5439a5ff847de84b0601b47df0 (patch) | |
tree | 4783913580d3f49012b0fe85e5296dd96ec57e1a /profiles | |
parent | www-client/firefox: fix linking of 114 on ppc64 (diff) | |
download | gentoo-68a23a753439ef5439a5ff847de84b0601b47df0.tar.gz gentoo-68a23a753439ef5439a5ff847de84b0601b47df0.tar.bz2 gentoo-68a23a753439ef5439a5ff847de84b0601b47df0.zip |
profiles: Add m68k musl profile support
sys-libs/musl: m68k keywording
After testing this profile and musl support has been working on my m68k system so is ready for review.
I've added sys-libs/musl keywording at the same time as per the bug request.
This includes the suggested profile changes by Chewi and Matoro for a cleaner profile.
Closes: https://bugs.gentoo.org/909040
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31604
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/linux/m68k/17.0/musl/eapi | 1 | ||||
-rw-r--r-- | profiles/default/linux/m68k/17.0/musl/make.defaults | 5 | ||||
-rw-r--r-- | profiles/default/linux/m68k/17.0/musl/parent | 2 | ||||
-rw-r--r-- | profiles/profiles.desc | 1 |
4 files changed, 9 insertions, 0 deletions
diff --git a/profiles/default/linux/m68k/17.0/musl/eapi b/profiles/default/linux/m68k/17.0/musl/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/m68k/17.0/musl/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/m68k/17.0/musl/make.defaults b/profiles/default/linux/m68k/17.0/musl/make.defaults new file mode 100644 index 000000000000..2c9e7286c2e7 --- /dev/null +++ b/profiles/default/linux/m68k/17.0/musl/make.defaults @@ -0,0 +1,5 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +CHOST="m68k-unknown-linux-musl" +CHOST_m68k="${CHOST}" diff --git a/profiles/default/linux/m68k/17.0/musl/parent b/profiles/default/linux/m68k/17.0/musl/parent new file mode 100644 index 000000000000..58651906cb67 --- /dev/null +++ b/profiles/default/linux/m68k/17.0/musl/parent @@ -0,0 +1,2 @@ +.. +../../../../../features/musl diff --git a/profiles/profiles.desc b/profiles/profiles.desc index b685eb3007be..563718973e22 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -351,6 +351,7 @@ arm64 default/linux/arm64/17.0/musl dev arm64 default/linux/arm64/17.0/musl/llvm exp arm64 default/linux/arm64/17.0/musl/hardened exp arm64 default/linux/arm64/17.0/musl/hardened/selinux exp +m68k default/linux/m68k/17.0/musl exp mips default/linux/mips/17.0/o32/musl exp mips default/linux/mips/17.0/n64/musl exp mips default/linux/mips/17.0/mipsel/o32/musl exp |