summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-05-03 18:45:21 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-05-03 18:45:21 +0000
commit7022d53e6186661eee56c518c054abf1d6336903 (patch)
tree836616c80dab89f8e38a21a08e4e2af358072ee9 /profiles/default-x86-2004.2
parentAdded ~ppc64 (diff)
downloadgentoo-2-7022d53e6186661eee56c518c054abf1d6336903.tar.gz
gentoo-2-7022d53e6186661eee56c518c054abf1d6336903.tar.bz2
gentoo-2-7022d53e6186661eee56c518c054abf1d6336903.zip
Renamed LIBC into ELIBC to avoid bugs.
Diffstat (limited to 'profiles/default-x86-2004.2')
-rw-r--r--profiles/default-x86-2004.2/make.defaults6
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/default-x86-2004.2/make.defaults b/profiles/default-x86-2004.2/make.defaults
index 3a2e64b91434..ca14e43d49ba 100644
--- a/profiles/default-x86-2004.2/make.defaults
+++ b/profiles/default-x86-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-x86-2004.2/make.defaults,v 1.15 2005/05/01 01:54:49 spb Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-x86-2004.2/make.defaults,v 1.16 2005/05/03 18:45:21 flameeyes Exp $
# System-wide defaults for the >=gcc 3.2 Portage system
#Experimental: trying to use these USE variables to build up from stage 2->3
@@ -21,11 +21,11 @@ ACCEPT_KEYWORDS="x86"
# 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