diff options
author | 2014-06-16 14:20:59 +0000 | |
---|---|---|
committer | 2014-06-16 14:20:59 +0000 | |
commit | f00cd8f6105c70245d770f65eee4795d0309ab38 (patch) | |
tree | 29abcdcde008a3b915762dd7e1583aba73754221 /profiles | |
parent | Cleanup. (diff) | |
download | gentoo-2-f00cd8f6105c70245d770f65eee4795d0309ab38.tar.gz gentoo-2-f00cd8f6105c70245d770f65eee4795d0309ab38.tar.bz2 gentoo-2-f00cd8f6105c70245d770f65eee4795d0309ab38.zip |
Add hardened musl profiles for mips
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/profiles.desc | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 73c4aa318244..4e0c38ab7b23 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9092 2014/06/16 02:17:45 rhill Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9093 2014/06/16 14:20:59 blueness Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 16 Jun 2014; Anthony G. Basile <blueness@gentoo.org> profiles.desc: + Add hardened musl profiles for mips + 16 Jun 2014; Ryan Hill <rhill@gentoo.org> package.mask: Remove obsolete ver. diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 002cd17754c5..aad76e52c3b6 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -171,21 +171,23 @@ amd64 hardened/linux/amd64/selinux stable amd64 hardened/linux/amd64/no-multilib stable amd64 hardened/linux/amd64/no-multilib/selinux stable amd64 hardened/linux/amd64/x32 dev -amd64 hardened/linux/uclibc/amd64 dev +amd64 hardened/linux/uclibc/amd64 stable amd64 hardened/linux/musl/amd64 exp arm hardened/linux/arm/armv7a dev arm hardened/linux/arm/armv6j dev arm hardened/linux/uclibc/arm/armv7a dev arm hardened/linux/musl/arm/armv7a exp ia64 hardened/linux/ia64 dev -mips hardened/linux/uclibc/mips exp -mips hardened/linux/uclibc/mips/mipsel exp +mips hardened/linux/uclibc/mips dev +mips hardened/linux/uclibc/mips/mipsel dev +mips hardened/linux/musl/mips exp +mips hardened/linux/musl/mips/mipsel exp ppc hardened/linux/powerpc/ppc32 dev ppc hardened/linux/powerpc/ppc64/32bit-userland dev ppc64 hardened/linux/powerpc/ppc64/64bit-userland dev x86 hardened/linux/x86 stable x86 hardened/linux/x86/selinux stable -x86 hardened/linux/uclibc/x86 dev +x86 hardened/linux/uclibc/x86 stable x86 hardened/linux/musl/x86 exp # uclibc/embedded multiarch profiles |