diff options
author | Stephen Bennett <spb@gentoo.org> | 2005-05-01 01:54:49 +0000 |
---|---|---|
committer | Stephen Bennett <spb@gentoo.org> | 2005-05-01 01:54:49 +0000 |
commit | 68ce4636e722819f7aff5125bcccff303564b3bf (patch) | |
tree | 89334ad393f73fb6b003bf4a099c6e6018039114 /profiles/gcc34-amd64-2004.1 | |
parent | repoman: Trim trailing whitespace (diff) | |
download | gentoo-2-68ce4636e722819f7aff5125bcccff303564b3bf.tar.gz gentoo-2-68ce4636e722819f7aff5125bcccff303564b3bf.tar.bz2 gentoo-2-68ce4636e722819f7aff5125bcccff303564b3bf.zip |
Added USERLAND, KERNEL, LIBC variables and updated USE_EXPAND
Diffstat (limited to 'profiles/gcc34-amd64-2004.1')
-rw-r--r-- | profiles/gcc34-amd64-2004.1/make.defaults | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/profiles/gcc34-amd64-2004.1/make.defaults b/profiles/gcc34-amd64-2004.1/make.defaults index 4ae528c5db4d..7b0eb0a55ea4 100644 --- a/profiles/gcc34-amd64-2004.1/make.defaults +++ b/profiles/gcc34-amd64-2004.1/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/gcc34-amd64-2004.1/make.defaults,v 1.16 2005/04/24 10:05:04 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/gcc34-amd64-2004.1/make.defaults,v 1.17 2005/05/01 01:54:49 spb 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,8 +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" +USE_EXPAND="FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS INPUT_DEVICES LINGUAS USERLAND KERNEL LIBC" 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 |