diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-12-09 16:54:51 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-12-09 16:54:51 +0000 |
commit | 3daf0c1a2ad37a929b32d1ec1fc43e9076552b7c (patch) | |
tree | e5df83b6e320f27b452d070d2d185c3710747eef /profiles/default-sparc64-1.4 | |
parent | Ebuild for the latest IFC (diff) | |
download | gentoo-2-3daf0c1a2ad37a929b32d1ec1fc43e9076552b7c.tar.gz gentoo-2-3daf0c1a2ad37a929b32d1ec1fc43e9076552b7c.tar.bz2 gentoo-2-3daf0c1a2ad37a929b32d1ec1fc43e9076552b7c.zip |
replaced sparc64 KEYWORD with sparc
Diffstat (limited to 'profiles/default-sparc64-1.4')
-rw-r--r-- | profiles/default-sparc64-1.4/make.defaults | 6 | ||||
-rw-r--r-- | profiles/default-sparc64-1.4/make.defaults.sparc | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/profiles/default-sparc64-1.4/make.defaults b/profiles/default-sparc64-1.4/make.defaults index 0cf3c551450a..1d2e68205f70 100644 --- a/profiles/default-sparc64-1.4/make.defaults +++ b/profiles/default-sparc64-1.4/make.defaults @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # System-wide defaults for the gcc 3.2 Portage system -USE="sparc64 oss 3dnow apm arts avi berkdb crypt cups encode gdbm gif gpm gtk imlib +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" @@ -9,7 +9,7 @@ COMPILER="gcc3" # the ../default-sparc-1.0/scripts/build-rel.sh script and check the # changes that have occurred (cvs diff). # -ARCH="sparc64" +ARCH="sparc" CHOST=sparc-unknown-linux-gnu PLATFORM=sparc64-unknown-linux-gnu @@ -26,4 +26,4 @@ CFLAGS="-O2 -pipe" CXXFLAGS=${CFLAGS} # USE arch:xxx keyword -ACCEPT_KEYWORDS="sparc64" +ACCEPT_KEYWORDS="sparc" diff --git a/profiles/default-sparc64-1.4/make.defaults.sparc b/profiles/default-sparc64-1.4/make.defaults.sparc index fb26847da9e0..8c94a88dfd35 100644 --- a/profiles/default-sparc64-1.4/make.defaults.sparc +++ b/profiles/default-sparc64-1.4/make.defaults.sparc @@ -2,7 +2,7 @@ # the ../default-sparc-1.0/scripts/build-rel.sh script and check the # changes that have occurred (cvs diff). # -ARCH="sparc64" +ARCH="sparc" CHOST=sparc-unknown-linux-gnu # Options passed to make during the build process @@ -18,4 +18,4 @@ CFLAGS="-O2 -pipe" CXXFLAGS=${CFLAGS} # USE arch:xxx keyword -ACCEPT_KEYWORDS="sparc64" +ACCEPT_KEYWORDS="sparc" |