diff options
author | Rodney Rees <manson@gentoo.org> | 2002-12-14 22:47:06 +0000 |
---|---|---|
committer | Rodney Rees <manson@gentoo.org> | 2002-12-14 22:47:06 +0000 |
commit | 3a2a80112b2db3d7ce9bc3d00b75b0fcf780d10d (patch) | |
tree | 882f23ba9402cfbeedff07fcd0abd0aa6af4234e /profiles/default-sparc64-1.4/make.defaults | |
parent | First relase (diff) | |
download | historical-3a2a80112b2db3d7ce9bc3d00b75b0fcf780d10d.tar.gz historical-3a2a80112b2db3d7ce9bc3d00b75b0fcf780d10d.tar.bz2 historical-3a2a80112b2db3d7ce9bc3d00b75b0fcf780d10d.zip |
Upgraded profile for sparc64 ~testing only right now. Send comments
to manson@gentoo.org
Diffstat (limited to 'profiles/default-sparc64-1.4/make.defaults')
-rw-r--r-- | profiles/default-sparc64-1.4/make.defaults | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/profiles/default-sparc64-1.4/make.defaults b/profiles/default-sparc64-1.4/make.defaults index 17c532e9569e..6b517e2effbb 100644 --- a/profiles/default-sparc64-1.4/make.defaults +++ b/profiles/default-sparc64-1.4/make.defaults @@ -1,9 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # System-wide defaults for the gcc 3.2 Portage system -USE="oss 3dnow apm arts avi berkdb crypt cups encode gdbm gif gpm gtk imlib -java jpeg kde gnome libg++ libwww mikmod mmx motif mpeg ncurses nls oggvorbis -opengl pam pdflib png python qt qtmt quicktime readline sdl slang spell ssl - tcpd truetype X xml2 xmms xv zlib" +USE="oss 3dnow apm arts avi berkdb crypt cups encode gdbm gif gpm gtk imlib java jpeg kde gnome libg++ libwww mikmod mmx motif mpeg ncurses nls oggvorbis opengl pam pdflib png python qt qtmt quicktime readline sdl slang spell ssl tcpd truetype X xml2 xmms xv zlib" COMPILER="gcc3" # Please edit the file make.defaults.sparc to make changes, then run # the ../default-sparc-1.0/scripts/build-rel.sh script and check the @@ -11,18 +8,19 @@ COMPILER="gcc3" # ARCH="sparc" CHOST=sparc-unknown-linux-gnu + PLATFORM=sparc64-unknown-linux-gnu PROFILE_ARCH="sparc64" # Options passed to make during the build process -# MAKEOPTS="-j2" +MAKEOPTS="-j2" # Fetching command (5 tries, passive ftp for firewall compatibility) FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp \${URI} -P \${DISTDIR}" # Global configure options # C Compiler flags -CFLAGS="-O2 -pipe" +CFLAGS="-mcpu=v8 -mtune=v9 -O2 -pipe" # C++ Compiler flags CXXFLAGS=${CFLAGS} |