diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-01-30 22:04:37 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-01-30 22:04:37 +0000 |
commit | 42cbafdbfa5db7cd2e3d10ff92ef3c18e9029e87 (patch) | |
tree | 842b6e74802fa99deda074a625bf19265beb950e | |
parent | Unhide the CPU_FLAGS_X86 USE_EXPANDs, mirror change from arch/{amd64,x86}/mak... (diff) | |
download | gentoo-2-42cbafdbfa5db7cd2e3d10ff92ef3c18e9029e87.tar.gz gentoo-2-42cbafdbfa5db7cd2e3d10ff92ef3c18e9029e87.tar.bz2 gentoo-2-42cbafdbfa5db7cd2e3d10ff92ef3c18e9029e87.zip |
musl: unhide the CPU_FLAGS_X86 USE_EXPANDs, mirror change from arch/{amd64,x86}/make.defaults.
-rw-r--r-- | profiles/hardened/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/amd64/make.defaults | 8 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/x86/make.defaults | 8 |
3 files changed, 18 insertions, 5 deletions
diff --git a/profiles/hardened/ChangeLog b/profiles/hardened/ChangeLog index 08a4804c8469..6d17a3c3ee7d 100644 --- a/profiles/hardened/ChangeLog +++ b/profiles/hardened/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.76 2015/01/28 21:41:03 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.77 2015/01/30 22:04:37 blueness Exp $ + + 30 Jan 2015; Anthony G. Basile <blueness@gentoo.org> + linux/musl/amd64/make.defaults, linux/musl/x86/make.defaults: + musl: unhide the CPU_FLAGS_X86 USE_EXPANDs, mirror change from + arch/{amd64,x86}/make.defaults. 28 Jan 2015; Michał Górny <mgorny@gentoo.org> linux/musl/amd64/use.mask, linux/musl/x86/use.mask: diff --git a/profiles/hardened/linux/musl/amd64/make.defaults b/profiles/hardened/linux/musl/amd64/make.defaults index fea9442c197b..cbb5184aaebb 100644 --- a/profiles/hardened/linux/musl/amd64/make.defaults +++ b/profiles/hardened/linux/musl/amd64/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation. +# Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/amd64/make.defaults,v 1.6 2014/07/01 12:37:35 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/amd64/make.defaults,v 1.7 2015/01/30 22:04:37 blueness Exp $ ARCH="amd64" ACCEPT_KEYWORDS="${ARCH}" @@ -19,3 +19,7 @@ MULTILIB_ABIS="amd64" CHOST_amd64=${CHOST} LIBDIR_amd64="lib" IUSE_IMPLICIT="abi_x86_64" + +# Anthony G. Basile <blueness@gentoo.org> (26 Jan 2013) +# Unhide the CPU_FLAGS_X86 USE_EXPANDs. +USE_EXPAND_HIDDEN="-CPU_FLAGS_X86" diff --git a/profiles/hardened/linux/musl/x86/make.defaults b/profiles/hardened/linux/musl/x86/make.defaults index b80e8978b179..275513e8e5c1 100644 --- a/profiles/hardened/linux/musl/x86/make.defaults +++ b/profiles/hardened/linux/musl/x86/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation. +# Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults,v 1.6 2014/07/01 12:37:36 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults,v 1.7 2015/01/30 22:04:37 blueness Exp $ ARCH="x86" ACCEPT_KEYWORDS="${ARCH}" @@ -19,3 +19,7 @@ MULTILIB_ABIS="x86" CHOST_x86=${CHOST} LIBDIR_x86="lib" IUSE_IMPLICIT="abi_x86_32" + +# Anthony G. Basile <blueness@gentoo.org> (26 Jan 2013) +# Unhide the CPU_FLAGS_X86 USE_EXPANDs. +USE_EXPAND_HIDDEN="-CPU_FLAGS_X86" |