summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-03-31 21:17:16 +0000
committerTravis Tilley <lv@gentoo.org>2004-03-31 21:17:16 +0000
commit66072be2b340ac55bc7cc4747a602195574afc43 (patch)
tree0d8e5bd98d8845fd92fdc563c0757db2babe17df /profiles
parentVersion bumped. (Manifest recommit) (diff)
downloadgentoo-2-66072be2b340ac55bc7cc4747a602195574afc43.tar.gz
gentoo-2-66072be2b340ac55bc7cc4747a602195574afc43.tar.bz2
gentoo-2-66072be2b340ac55bc7cc4747a602195574afc43.zip
Fixing make.defaults to not include -fPIC in the default CFLAGS, and to add nogcj to the default USE (bug #43283)
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default-amd64-2004.0/make.defaults4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-amd64-2004.0/make.defaults b/profiles/default-amd64-2004.0/make.defaults
index dfe19d9ebd15..286394edf70b 100644
--- a/profiles/default-amd64-2004.0/make.defaults
+++ b/profiles/default-amd64-2004.0/make.defaults
@@ -7,7 +7,7 @@
GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses -java"
-USE="amd64 oss 3dnow apm arts avi berkdb crypt -cups encode foomaticdb gdbm gif gpm gtk gtk2 imlib
+USE="amd64 oss 3dnow apm arts avi berkdb crypt -cups encode foomaticdb gdbm gif gpm gtk gtk2 imlib nogcj
-java jpeg kde gnome libg++ libwww mikmod mmx motif mpeg ncurses nls oggvorbis
opengl pam pdflib png python -qt quicktime readline sdl slang spell sse ssl
tcpd truetype X xml2 xmms xv zlib"
@@ -15,6 +15,6 @@ tcpd truetype X xml2 xmms xv zlib"
ARCH="amd64"
COMPILER="gcc3"
ACCEPT_KEYWORDS="amd64"
-CFLAGS="-O2 -fPIC"
+CFLAGS="-O2"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"