diff options
author | Daniel Goller <morfic@gentoo.org> | 2004-07-24 21:22:09 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2004-07-24 21:22:09 +0000 |
commit | 8b691c204f64a407ec252db3cfd46ba2c3d5f647 (patch) | |
tree | 30472d34133593ec631b202075fcc85b50db2622 /profiles/gcc34-x86-2004.2/make.defaults | |
parent | version bump (required by changes in zope ebuild) (Manifest recommit) (diff) | |
download | gentoo-2-8b691c204f64a407ec252db3cfd46ba2c3d5f647.tar.gz gentoo-2-8b691c204f64a407ec252db3cfd46ba2c3d5f647.tar.bz2 gentoo-2-8b691c204f64a407ec252db3cfd46ba2c3d5f647.zip |
Initial testing gcc34-x86 profile
Diffstat (limited to 'profiles/gcc34-x86-2004.2/make.defaults')
-rw-r--r-- | profiles/gcc34-x86-2004.2/make.defaults | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/profiles/gcc34-x86-2004.2/make.defaults b/profiles/gcc34-x86-2004.2/make.defaults new file mode 100644 index 000000000000..c49a0dfac988 --- /dev/null +++ b/profiles/gcc34-x86-2004.2/make.defaults @@ -0,0 +1,20 @@ +# Copyright 2002-2004 Gentoo Foundation. +# System-wide defaults for the >=gcc 3.2 Portage system + +#Experimental: trying to use these USE variables to build up from stage 2->3 +#thus eliminating the inherent fragility of using USE for this + +GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses" + +# Please avoid enabling things by default in here if possible. Understand any +# implications with core packages. For example, if "java" is in USE and db +# has a conditional dependency on java (which it does,) then a JDK will be +# pulled in during *emerge system*! + +USE="x86 oss apm arts avi berkdb crypt cups encode foomaticdb gdbm gif gpm imlib jpeg libg++ libwww mad mikmod motif mpeg ncurses nls oggvorbis opengl pam pdflib png python quicktime readline sdl slang spell ssl svga tcpd truetype X xml2 xmms xv zlib" + +ARCH="x86" +COMPILER="gcc3" +ACCEPT_KEYWORDS="x86" +CFLAGS="-O2 -pipe" +CXXFLAGS="${CFLAGS}" |