diff options
Diffstat (limited to 'profiles/default-sparc64-1.0/make.defaults')
-rw-r--r-- | profiles/default-sparc64-1.0/make.defaults | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/profiles/default-sparc64-1.0/make.defaults b/profiles/default-sparc64-1.0/make.defaults index 113a2cc47ba2..5c6071a10540 100644 --- a/profiles/default-sparc64-1.0/make.defaults +++ b/profiles/default-sparc64-1.0/make.defaults @@ -13,9 +13,12 @@ slang spell ssl svga tcpd truetype X xml2 xmms xv" # These lines added by /usr/portage/profiles/default-sparc-1.0/scripts/generate-packages.sh # -# $Id: make.defaults,v 1.14 2002/09/03 22:41:02 drobbins Exp $ +# $Id: make.defaults,v 1.15 2002/12/09 16:54:51 seemant Exp $ # # $Log: make.defaults,v $ +# Revision 1.15 2002/12/09 16:54:51 seemant +# replaced sparc64 KEYWORD with sparc +# # Revision 1.14 2002/09/03 22:41:02 drobbins # adding "oss" to all profiles by default (yes, a good thing) # @@ -36,7 +39,7 @@ slang spell ssl svga tcpd truetype X xml2 xmms xv" # More changes # # -ARCH="sparc64" +ARCH="sparc" CHOST=sparc-unknown-linux-gnu PLATFORM=sparc64-unknown-linux-gnu @@ -53,5 +56,5 @@ CFLAGS="-O2 -pipe" CXXFLAGS=${CFLAGS} # USE arch:xxx keyword -ACCEPT_KEYWORDS="sparc64" +ACCEPT_KEYWORDS="sparc" # End of lines added by /usr/portage/profiles/default-sparc-1.0/scripts/generate-packages.sh |