blueness 15/01/30 21:59:36
Modified: make.defaults
Log:
Unhide the CPU_FLAGS_X86 USE_EXPANDs, mirror change from
arch/{amd64,x86}/make.defaults.
Revision Changes Path
1.2 profiles/default/linux/uclibc/x86/make.defaults
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/uclibc/x86/make.defaults?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/uclibc/x86/make.defaults?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/uclibc/x86/make.defaults?r1=1.1&r2=1.2
Index: make.defaults
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/x86/make.defaults,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- make.defaults 16 Aug 2014 20:43:29 -0000 1.1
+++ make.defaults 30 Jan 2015 21:59:36 -0000 1.2
@@ -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 @@
CHOST_x86=${CHOST}
LIBDIR_x86="lib"
IUSE_IMPLICIT="abi_x86_32"
+
+# Anthony G. Basile <[email protected]> (26 Jan 2013)
+# Unhide the CPU_FLAGS_X86 USE_EXPANDs.
+USE_EXPAND_HIDDEN="-CPU_FLAGS_X86"