diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-12-09 17:12:12 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-12-09 17:12:12 +0000 |
commit | ab1e0fed743c051b5fa7642392301628dbd6115e (patch) | |
tree | d8bd3970541beb7d2e0a425b97f34298feb2d1b8 /profiles | |
parent | replaced sparc64 KEYWORD with sparc (diff) | |
download | gentoo-2-ab1e0fed743c051b5fa7642392301628dbd6115e.tar.gz gentoo-2-ab1e0fed743c051b5fa7642392301628dbd6115e.tar.bz2 gentoo-2-ab1e0fed743c051b5fa7642392301628dbd6115e.zip |
changed ARCH to sparc64
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-sparc64-1.0/make.defaults | 7 | ||||
-rw-r--r-- | profiles/default-sparc64-1.0/make.defaults.sparc | 7 | ||||
-rw-r--r-- | profiles/default-sparc64-1.4/make.defaults | 2 | ||||
-rw-r--r-- | profiles/default-sparc64-1.4/make.defaults.sparc | 2 |
4 files changed, 12 insertions, 6 deletions
diff --git a/profiles/default-sparc64-1.0/make.defaults b/profiles/default-sparc64-1.0/make.defaults index 5c6071a10540..31c9a14d1927 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.15 2002/12/09 16:54:51 seemant Exp $ +# $Id: make.defaults,v 1.16 2002/12/09 17:12:02 seemant Exp $ # # $Log: make.defaults,v $ +# 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,7 +42,7 @@ slang spell ssl svga tcpd truetype X xml2 xmms xv" # More changes # # -ARCH="sparc" +ARCH="sparc64" CHOST=sparc-unknown-linux-gnu PLATFORM=sparc64-unknown-linux-gnu diff --git a/profiles/default-sparc64-1.0/make.defaults.sparc b/profiles/default-sparc64-1.0/make.defaults.sparc index ba4e34936135..b19673c7b9df 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.5 2002/12/09 16:54:51 seemant Exp $ +# $Id: make.defaults.sparc,v 1.6 2002/12/09 17:12:12 seemant Exp $ # # $Log: make.defaults.sparc,v $ +# 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,7 +18,7 @@ # More changes # # -ARCH="sparc" +ARCH="sparc64" CHOST=sparc-unknown-linux-gnu PLATFORM=sparc64-unknown-linux-gnu diff --git a/profiles/default-sparc64-1.4/make.defaults b/profiles/default-sparc64-1.4/make.defaults index 1d2e68205f70..7a17af515e53 100644 --- a/profiles/default-sparc64-1.4/make.defaults +++ b/profiles/default-sparc64-1.4/make.defaults @@ -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="sparc" +ARCH="sparc64" CHOST=sparc-unknown-linux-gnu PLATFORM=sparc64-unknown-linux-gnu diff --git a/profiles/default-sparc64-1.4/make.defaults.sparc b/profiles/default-sparc64-1.4/make.defaults.sparc index 8c94a88dfd35..0c6ba65d8f07 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="sparc" +ARCH="sparc64" CHOST=sparc-unknown-linux-gnu # Options passed to make during the build process |