diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-01-30 21:59:36 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-01-30 21:59:36 +0000 |
commit | 1b49bdfd3b20b2d4fe7e9b635df4ef9ad9e17e7f (patch) | |
tree | 20e15b0056013f16afc9360308ac390aad5411b6 | |
parent | Hide CPU_FLAGS_X86 everywhere but on amd64 & x86. (diff) | |
download | gentoo-2-1b49bdfd3b20b2d4fe7e9b635df4ef9ad9e17e7f.tar.gz gentoo-2-1b49bdfd3b20b2d4fe7e9b635df4ef9ad9e17e7f.tar.bz2 gentoo-2-1b49bdfd3b20b2d4fe7e9b635df4ef9ad9e17e7f.zip |
Unhide the CPU_FLAGS_X86 USE_EXPANDs, mirror change from arch/{amd64,x86}/make.defaults.
-rw-r--r-- | profiles/default/linux/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/default/linux/uclibc/amd64/make.defaults | 8 | ||||
-rw-r--r-- | profiles/default/linux/uclibc/x86/make.defaults | 8 |
3 files changed, 18 insertions, 5 deletions
diff --git a/profiles/default/linux/ChangeLog b/profiles/default/linux/ChangeLog index 5dde2a5e78f8..0cde124f133b 100644 --- a/profiles/default/linux/ChangeLog +++ b/profiles/default/linux/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for the default/linux profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/ChangeLog,v 1.6 2015/01/05 19:05:23 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/ChangeLog,v 1.7 2015/01/30 21:59:36 blueness Exp $ + + 30 Jan 2015; Anthony G. Basile <blueness@gentoo.org> + uclibc/amd64/make.defaults, uclibc/x86/make.defaults: + Unhide the CPU_FLAGS_X86 USE_EXPANDs, mirror change from + arch/{amd64,x86}/make.defaults. 05 Jan 2015; William Hubbs <williamh@gentoo.org> packages: Add iproute2 to system set for bug #189149 diff --git a/profiles/default/linux/uclibc/amd64/make.defaults b/profiles/default/linux/uclibc/amd64/make.defaults index 69602bf82eb8..8acfb1c29e7f 100644 --- a/profiles/default/linux/uclibc/amd64/make.defaults +++ b/profiles/default/linux/uclibc/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/default/linux/uclibc/amd64/make.defaults,v 1.1 2014/08/16 20:43:28 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/amd64/make.defaults,v 1.2 2015/01/30 21:59:36 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/default/linux/uclibc/x86/make.defaults b/profiles/default/linux/uclibc/x86/make.defaults index 3b46bee0de4e..cef3e7f13d12 100644 --- a/profiles/default/linux/uclibc/x86/make.defaults +++ b/profiles/default/linux/uclibc/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/default/linux/uclibc/x86/make.defaults,v 1.1 2014/08/16 20:43:29 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/x86/make.defaults,v 1.2 2015/01/30 21:59:36 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" |