diff options
author | Jack Morgan <jmorgan@gentoo.org> | 2002-12-26 00:47:46 +0000 |
---|---|---|
committer | Jack Morgan <jmorgan@gentoo.org> | 2002-12-26 00:47:46 +0000 |
commit | b3f43eff1c2329cd2c91dea40f71661fb1344c8e (patch) | |
tree | 60b4802644b603e6246c54f0fd4626399e92288a /profiles/default-sparc-1.4/make.defaults | |
parent | KEYWORDS for alpha (diff) | |
download | gentoo-2-b3f43eff1c2329cd2c91dea40f71661fb1344c8e.tar.gz gentoo-2-b3f43eff1c2329cd2c91dea40f71661fb1344c8e.tar.bz2 gentoo-2-b3f43eff1c2329cd2c91dea40f71661fb1344c8e.zip |
updated profile
Diffstat (limited to 'profiles/default-sparc-1.4/make.defaults')
-rw-r--r-- | profiles/default-sparc-1.4/make.defaults | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/profiles/default-sparc-1.4/make.defaults b/profiles/default-sparc-1.4/make.defaults index 571a52593982..c570c86cc474 100644 --- a/profiles/default-sparc-1.4/make.defaults +++ b/profiles/default-sparc-1.4/make.defaults @@ -1,25 +1,28 @@ # Copyright 2002 Gentoo Technologies, Inc. -# System-wide defaults for the Portage system -USE="oss sparc apm arts avi berkdb crypt cups encode gdbm gif 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" +# 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" +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 +# changes that have occurred (cvs diff). # ARCH="sparc" CHOST=sparc-unknown-linux-gnu -PLATFORM=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} # USE arch:xxx keyword ACCEPT_KEYWORDS="sparc" +FEATURES="sandbox ccache" |