diff options
author | 2004-03-31 21:17:16 +0000 | |
---|---|---|
committer | 2004-03-31 21:17:16 +0000 | |
commit | 007733a608ac123b3d254d6718fa6009df6dd41c (patch) | |
tree | f741d21d7debce100b23e79a71e70fc71967abc0 /profiles/default-amd64-2004.0 | |
parent | Version bumped. (diff) | |
download | historical-007733a608ac123b3d254d6718fa6009df6dd41c.tar.gz historical-007733a608ac123b3d254d6718fa6009df6dd41c.tar.bz2 historical-007733a608ac123b3d254d6718fa6009df6dd41c.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/default-amd64-2004.0')
-rw-r--r-- | profiles/default-amd64-2004.0/make.defaults | 4 |
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}" |