summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authortege <tege@gmplib.org>1997-07-25 20:23:01 +0200
committertege <tege@gmplib.org>1997-07-25 20:23:01 +0200
commitb3139bdab480ce94f167aa983079b56ac9f8b78d (patch)
tree629b7e6458e9d92dfd88c9877e0db3fbd6874485 /config.sub
parentb2edc673887bd2b47a35a316bba19d89ab867c32 (diff)
downloadgmp-b3139bdab480ce94f167aa983079b56ac9f8b78d.tar.gz
Add support for Fujitsu VPP machines.
Recognize [ctj]90 in all relevant places.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub16
1 files changed, 10 insertions, 6 deletions
diff --git a/config.sub b/config.sub
index 997f9dbb0..cca940cdc 100755
--- a/config.sub
+++ b/config.sub
@@ -167,11 +167,11 @@ case $basic_machine in
vax-* | tahoe-* | i[3456]86-* | i860-* | m68k-* | m68000-* | m88k-* \
| sparc-* | ns32k-* | fx80-* | arm-* | arme[lb]-* | c[123]* \
| mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* | power-* \
- | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \
+ | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* | [ctj]90-* \
| hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \
| pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \
| pdp11-* | sh-* | powerpc-* | powerpcle-* | sparc64-* \
- | mips64-* | mipsel-* | mips64el-* | mips64orion-* \
+ | mips64-* | mipsel-* | mips64el-* | mips64orion-* | f30[01]-* \
| mips64orionel-* | sparc8-* | supersparc-* | microsparc-* | ultrasparc-*)
;;
m88110-* | m680[012346]0-* | m683?2-* | m68360-* | z8k-* | h8500-*) # CYGNUS LOCAL
@@ -239,10 +239,6 @@ case $basic_machine in
basic_machine=ns32k-sequent
os=-dynix
;;
- [ctj]90-cray)
- basic_machine=c90-cray
- os=-unicos
- ;;
convex-c1)
basic_machine=c1-convex
os=-bsd
@@ -263,6 +259,10 @@ case $basic_machine in
basic_machine=c38-convex
os=-bsd
;;
+ f30[01])
+ basic_machine=f300-fujitsu
+ os=-sysv
+ ;;
cray | ymp)
basic_machine=ymp-cray
os=-unicos
@@ -271,6 +271,10 @@ case $basic_machine in
basic_machine=cray2-cray
os=-unicos
;;
+ [ctj]90)
+ basic_machine=$basic_machine-cray
+ os=-unicos
+ ;;
crds | unos)
basic_machine=m68k-crds
;;