summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2003-03-21 01:05:37 +0000
committerBen Lindstrom <mouring@eviladmin.org>2003-03-21 01:05:37 +0000
commita5a2648b81c9347c241c37e6cba78f1df47e9320 (patch)
treee395a395626de6cc4d40e3c1cfe6fef25ed62ec3 /config.sub
parentd54d9382a48355294a6bb2e1e847e0a48fd8c19f (diff)
- (bal) Collection of Cray patches (bsd-cray.h fix for CRAYT3E and improved
guessing rules)
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index a03c1d15a..a0b7bb9e8 100755
--- a/config.sub
+++ b/config.sub
@@ -315,7 +315,7 @@ case $basic_machine in
315 | mipsisa64-* | mipsisa64el-* \ 315 | mipsisa64-* | mipsisa64el-* \
316 | mipsisa64sb1-* | mipsisa64sb1el-* \ 316 | mipsisa64sb1-* | mipsisa64sb1el-* \
317 | mipstx39 | mipstx39el \ 317 | mipstx39 | mipstx39el \
318 | none-* | np1-* | ns16k-* | ns32k-* \ 318 | none-* | np1-* | ns16k-* | ns32k-* | nv1-* \
319 | orion-* \ 319 | orion-* \
320 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ 320 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
321 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ 321 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
@@ -715,6 +715,9 @@ case $basic_machine in
715 nsr-tandem) 715 nsr-tandem)
716 basic_machine=nsr-tandem 716 basic_machine=nsr-tandem
717 ;; 717 ;;
718 nv1)
719 basic_machine=nv1-cray
720 ;;
718 op50n-* | op60c-*) 721 op50n-* | op60c-*)
719 basic_machine=hppa1.1-oki 722 basic_machine=hppa1.1-oki
720 os=-proelf 723 os=-proelf