diff options
Diffstat (limited to 'profiles/default-amd64-2004.2/make.defaults')
-rw-r--r-- | profiles/default-amd64-2004.2/make.defaults | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/default-amd64-2004.2/make.defaults b/profiles/default-amd64-2004.2/make.defaults index 771bcc2170a6..6644eb8408c2 100644 --- a/profiles/default-amd64-2004.2/make.defaults +++ b/profiles/default-amd64-2004.2/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-amd64-2004.2/make.defaults,v 1.16 2005/05/01 01:54:48 spb Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-amd64-2004.2/make.defaults,v 1.17 2005/05/03 18:45:20 flameeyes Exp $ # System-wide defaults for the gcc 3.3 Portage system #Experimental: trying to use these USE variables to build up from stage 2->3 @@ -25,11 +25,11 @@ FEATURES="-sandbox" # Env vars to expand into USE vars. Modifying this requires prior # discussion on gentoo-dev@gentoo.org. Flat profiles also need to # be updated appropriately. -USE_EXPAND="FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS INPUT_DEVICES LINGUAS USERLAND KERNEL LIBC" +USE_EXPAND="FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC" CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config" CONFIG_PROTECT_MASK="/etc/gconf" USERLAND=GNU KERNEL=linux -LIBC=glibc +ELIBC=glibc |