summaryrefslogtreecommitdiff
path: root/lib/make/config.sub
diff options
context:
space:
mode:
Diffstat (limited to 'lib/make/config.sub')
-rwxr-xr-xlib/make/config.sub8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/make/config.sub b/lib/make/config.sub
index a2dd5b54..f75807f0 100755
--- a/lib/make/config.sub
+++ b/lib/make/config.sub
@@ -1,6 +1,7 @@
#! /bin/sh
# Modified on 29/1/1998 by Tom Goodale to add recognition of T3E
+# Modified on 17/2/2000 by Tom Goodale to add recognition of NEC SX-5
# Configuration validation subroutine script, version 1.1.
# Copyright (C) 1991, 92-97, 1998 Free Software Foundation, Inc.
@@ -572,6 +573,10 @@ case $basic_machine in
sun386 | sun386i | roadrunner)
basic_machine=i386-sun
;;
+ sx5-nec)
+ basic_machine=sx5-nec
+ os=-superux
+ ;;
symmetry)
basic_machine=i386-sequent
os=-dynix
@@ -721,7 +726,8 @@ case $os in
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
- | -mingw32* | -linux-gnu* | -uxpv* | -beos*)
+ | -mingw32* | -linux-gnu* | -uxpv* | -beos* \
+ | -superux*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-linux*)