diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-12-09 19:05:43 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-12-09 19:05:43 +0000 |
commit | 18e7e553cb9b0701e5e78edb91145aeb5ea1464e (patch) | |
tree | d3f72a35275659c4173cdd38a54dc3d0337482af /profiles/default-sparc64-1.0 | |
parent | Initial import of wolk-sources, ~ masked. Fixes bug #7349 (diff) | |
download | historical-18e7e553cb9b0701e5e78edb91145aeb5ea1464e.tar.gz historical-18e7e553cb9b0701e5e78edb91145aeb5ea1464e.tar.bz2 historical-18e7e553cb9b0701e5e78edb91145aeb5ea1464e.zip |
added PROFILE_ARCH for sparc64
Diffstat (limited to 'profiles/default-sparc64-1.0')
-rw-r--r-- | profiles/default-sparc64-1.0/make.defaults | 8 | ||||
-rw-r--r-- | profiles/default-sparc64-1.0/make.defaults.sparc | 9 |
2 files changed, 13 insertions, 4 deletions
diff --git a/profiles/default-sparc64-1.0/make.defaults b/profiles/default-sparc64-1.0/make.defaults index 5c87801c8a28..7c614dcce55b 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.16 2002/12/09 17:12:02 seemant Exp $ +# $Id: make.defaults,v 1.17 2002/12/09 19:05:43 seemant Exp $ # # $Log: not supported by cvs2svn $ +# Revision 1.16 2002/12/09 17:12:02 seemant +# changed ARCH to sparc64 +# # Revision 1.15 2002/12/09 16:54:51 seemant # replaced sparc64 KEYWORD with sparc # @@ -39,9 +42,10 @@ 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 +PROFILE_ARCH="sparc64" # Options passed to make during the build process # MAKEOPTS="-j2" diff --git a/profiles/default-sparc64-1.0/make.defaults.sparc b/profiles/default-sparc64-1.0/make.defaults.sparc index 98d63723eca9..87a98bb8262c 100644 --- a/profiles/default-sparc64-1.0/make.defaults.sparc +++ b/profiles/default-sparc64-1.0/make.defaults.sparc @@ -1,7 +1,10 @@ # -# $Id: make.defaults.sparc,v 1.6 2002/12/09 17:12:12 seemant Exp $ +# $Id: make.defaults.sparc,v 1.7 2002/12/09 19:05:43 seemant Exp $ # # $Log: not supported by cvs2svn $ +# Revision 1.6 2002/12/09 17:12:12 seemant +# changed ARCH to sparc64 +# # Revision 1.5 2002/12/09 16:54:51 seemant # replaced sparc64 KEYWORD with sparc # @@ -15,9 +18,11 @@ # More changes # # -ARCH="sparc64" +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" |