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 | b55267d83c5c8742382e3e80e2e84c077a04e699 (patch) | |
tree | ad0b8e609295a31312d2d27c6ee3f29954be8731 /profiles | |
parent | Initial import of wolk-sources, ~ masked. Fixes bug #7349 (diff) | |
download | gentoo-2-b55267d83c5c8742382e3e80e2e84c077a04e699.tar.gz gentoo-2-b55267d83c5c8742382e3e80e2e84c077a04e699.tar.bz2 gentoo-2-b55267d83c5c8742382e3e80e2e84c077a04e699.zip |
added PROFILE_ARCH for sparc64
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-sparc64-1.0/make.defaults | 8 | ||||
-rw-r--r-- | profiles/default-sparc64-1.0/make.defaults.sparc | 9 | ||||
-rw-r--r-- | profiles/default-sparc64-1.4/make.defaults | 3 | ||||
-rw-r--r-- | profiles/default-sparc64-1.4/make.defaults.sparc | 3 |
4 files changed, 17 insertions, 6 deletions
diff --git a/profiles/default-sparc64-1.0/make.defaults b/profiles/default-sparc64-1.0/make.defaults index 31c9a14d1927..c3306c5509ce 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: make.defaults,v $ +# Revision 1.17 2002/12/09 19:05:43 seemant +# added PROFILE_ARCH for sparc64 +# # Revision 1.16 2002/12/09 17:12:02 seemant # changed ARCH to sparc64 # @@ -42,9 +45,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 b19673c7b9df..ca6002392e9b 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: make.defaults.sparc,v $ +# Revision 1.7 2002/12/09 19:05:43 seemant +# added PROFILE_ARCH for sparc64 +# # Revision 1.6 2002/12/09 17:12:12 seemant # changed ARCH to sparc64 # @@ -18,9 +21,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" diff --git a/profiles/default-sparc64-1.4/make.defaults b/profiles/default-sparc64-1.4/make.defaults index 7a17af515e53..17c532e9569e 100644 --- a/profiles/default-sparc64-1.4/make.defaults +++ b/profiles/default-sparc64-1.4/make.defaults @@ -9,9 +9,10 @@ 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 +PROFILE_ARCH="sparc64" # Options passed to make during the build process # MAKEOPTS="-j2" diff --git a/profiles/default-sparc64-1.4/make.defaults.sparc b/profiles/default-sparc64-1.4/make.defaults.sparc index 0c6ba65d8f07..a4ef70c25bdc 100644 --- a/profiles/default-sparc64-1.4/make.defaults.sparc +++ b/profiles/default-sparc64-1.4/make.defaults.sparc @@ -2,8 +2,9 @@ # 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 +PROFILE_ARCH="sparc64" # Options passed to make during the build process # MAKEOPTS="-j2" |