redlizard 15/01/03 03:32:53 Modified: make.defaults Log: profiles/prefix: Switched linux-standalone profiles to the same multilib settings as default.
Revision Changes Path 1.2 profiles/prefix/linux-standalone/x86/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/linux-standalone/x86/make.defaults?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/linux-standalone/x86/make.defaults?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/linux-standalone/x86/make.defaults?r1=1.1&r2=1.2 Index: make.defaults =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/linux-standalone/x86/make.defaults,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- make.defaults 15 Dec 2014 20:58:21 -0000 1.1 +++ make.defaults 3 Jan 2015 03:32:53 -0000 1.2 @@ -1,15 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux-standalone/x86/make.defaults,v 1.1 2014/12/15 20:58:21 redlizard Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux-standalone/x86/make.defaults,v 1.2 2015/01/03 03:32:53 redlizard Exp $ ARCH="x86" CHOST="i686-pc-linux-gnu" # The base profile sets ACCEPT_KEYWORDS=x86 and we don't have that in prefix. ACCEPT_KEYWORDS="-x86 ~x86-linux" - -# multilib build stuff, single ABI (no multilib) -MULTILIB_ABIS="x86" -DEFAULT_ABI="x86" -ABI="x86" -IUSE_IMPLICIT="abi_x86_32" -LIBDIR_x86="lib"
