Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2000-05-12 21:23:42 +0400
committerJeff Law <law@redhat.com>2000-05-12 21:23:42 +0400
commitc2644effa82bb59b745f476eec8d14e0848f6631 (patch)
tree9c1fe3ad746149c375513bb9edc89c0f6e98e4ec /config.sub
parentad0bed746deb4fe28e55bf0be80e396464312444 (diff)
* config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index 04eea53c3..f4fbce0d4 100755
--- a/config.sub
+++ b/config.sub
@@ -175,6 +175,7 @@ case $basic_machine in
| arme[lb] | pyramid | mn10200 | mn10300 | tron | a29k \
| 580 | i960 | h8300 \
| hppa | hppa1.0 | hppa1.1 | hppa2.0 | hppa2.0w | hppa2.0n \
+ | hppa64 \
| alpha | alphaev[4-8] | alphaev56 | alphapca5[67] \
| alphaev6[78] \
| we32k | ns16k | clipper | i370 | sh | powerpc | powerpcle \
@@ -207,7 +208,8 @@ case $basic_machine in
| mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
| power-* | none-* | 580-* | cray2-* | h8300-* | h8500-* | i960-* \
| xmp-* | ymp-* \
- | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* | hppa2.0w-* | hppa2.0n-* \
+ | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* | hppa2.0w-* \
+ | hppa2.0n-* | hppa64-* \
| alpha-* | alphaev[4-8]-* | alphaev56-* | alphapca5[67]-* \
| alphaev6[78]-* \
| we32k-* | cydra-* | ns16k-* | pn-* | np1-* | xps100-* \