diff options
author | 2002-12-09 17:12:12 +0000 | |
---|---|---|
committer | 2002-12-09 17:12:12 +0000 | |
commit | 0248270e90880128bd049d218c3452bede184d32 (patch) | |
tree | 18e0b40217d2ca2a884a1482526c2d2707724427 /profiles/default-sparc64-1.4 | |
parent | replaced sparc64 KEYWORD with sparc (diff) | |
download | historical-0248270e90880128bd049d218c3452bede184d32.tar.gz historical-0248270e90880128bd049d218c3452bede184d32.tar.bz2 historical-0248270e90880128bd049d218c3452bede184d32.zip |
changed ARCH to sparc64
Diffstat (limited to 'profiles/default-sparc64-1.4')
-rw-r--r-- | profiles/default-sparc64-1.4/make.defaults | 2 | ||||
-rw-r--r-- | profiles/default-sparc64-1.4/make.defaults.sparc | 2 |
2 files changed, 2 insertions, 2 deletions
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 |