diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-01-27 15:39:00 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-01-28 11:34:43 -0500 |
commit | deb72d3a8b4e6f37c9191a229bbe19affa597492 (patch) | |
tree | 796201289c1072d8f98d34c948a1076fab6feb5c /profiles/profiles.desc | |
parent | profiles: fix inheritance in hardened/linux/musl/x86, bug #645926 (diff) | |
download | gentoo-deb72d3a8b4e6f37c9191a229bbe19affa597492.tar.gz gentoo-deb72d3a8b4e6f37c9191a229bbe19affa597492.tar.bz2 gentoo-deb72d3a8b4e6f37c9191a229bbe19affa597492.zip |
profiles: restructure amd64, arm and x86 musl profiles
This restructuring brings the musl profiles into conformity
with the glibc profiles for amd64, arm and x86. Yet to be
done are the profiles for ppc and mips.
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'profiles/profiles.desc')
-rw-r--r-- | profiles/profiles.desc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/profiles.desc b/profiles/profiles.desc index d323534ffc42..e6fe238b8a6b 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -295,8 +295,12 @@ amd64 default/linux/musl/amd64 exp amd64 hardened/linux/musl/amd64 exp amd64 default/linux/musl/amd64/x32 exp amd64 hardened/linux/musl/amd64/x32 exp +amd64 default/linux/amd64/17.0/musl exp +amd64 default/linux/amd64/17.0/musl/hardened exp arm default/linux/musl/arm/armv7a exp arm hardened/linux/musl/arm/armv7a exp +arm default/linux/arm/17.0/musl/armv7a exp +arm default/linux/arm/17.0/musl/armv7a/hardened exp arm64 default/linux/musl/arm64 exp arm64 hardened/linux/musl/arm64 exp mips default/linux/musl/mips exp @@ -307,6 +311,7 @@ ppc default/linux/musl/ppc exp ppc hardened/linux/musl/ppc exp x86 default/linux/musl/x86 exp x86 hardened/linux/musl/x86 exp +x86 default/linux/x86/17.0/musl exp # Non-embedded uclibc profiles # @MAINTAINER: uclibc@gentoo.org |