diff options
Diffstat (limited to 'profiles/default-linux/amd64/2004.3/make.defaults')
-rw-r--r-- | profiles/default-linux/amd64/2004.3/make.defaults | 36 |
1 files changed, 6 insertions, 30 deletions
diff --git a/profiles/default-linux/amd64/2004.3/make.defaults b/profiles/default-linux/amd64/2004.3/make.defaults index faa9937a2c37..54fb423ad04a 100644 --- a/profiles/default-linux/amd64/2004.3/make.defaults +++ b/profiles/default-linux/amd64/2004.3/make.defaults @@ -1,37 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2004.3/make.defaults,v 1.1 2004/09/09 03:10:58 lv Exp $ -# -# System-wide defaults for the Portage system -# See portage(5) manpage - -ARCH="amd64" -ACCEPT_KEYWORDS="${ARCH}" +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2004.3/make.defaults,v 1.1.1.1 2005/11/30 09:48:35 chriswhite Exp $ # GCC 3.4.2 has multilib enabled by default, but we still need multilib in USE -# for compatibility -GRP_STAGE23_USE="${ARCH} ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses multilib readline zlib erandom -java -nptl" - -# Sane, functional, almost-but-not-quite-minimal default for USE -USE="${GRP_STAGE23_USE} oss alsa crypt jpeg nls userlocales opengl png xml2 acpi gif jp2 lzw lzw-tiff png tiff truetype usb xpm xprint xrandr xv" - -# unfortunately, gcc doesnt provide is with an -march=x86_64. -CFLAGS="-O2 -pipe -march=k8" -CXXFLAGS="${CFLAGS}" - -ARCH="amd64" -CHOST="x86_64-pc-linux-gnu" - -# currently theoretical multilib stuff only available if using portage 2.0.51 -CHOST32="i686-pc-linux-gnu" -CONF_MULTILIBDIR="lib32" -# until everything in the tree understands $(get_libdir), the only sand -# default for this is lib. -CONF_LIBDIR="lib" - -CC32="gcc32" -CPP32="g++32" +# for compatibility. also, without this we might actually fail to build stages. +STAGE1_USE="multilib" # we can enable sandbox now that we use multilib by default -FEATURES="sandbox" +FEATURES="sandbox autoconfig" +CONF_LIBDIR="lib" +CONF_MULTILIBDIR="lib32" |