summaryrefslogtreecommitdiff
path: root/lib/make/config.sub
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-17 12:39:29 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-17 12:39:29 +0000
commit9879b48a4a3169141ef68943e97fc538399fa0d8 (patch)
tree5af015b66284ebb36e0859db46debb75510dd1b1 /lib/make/config.sub
parent0b87689d11c5998bcc355a715ba9421f108d56ea (diff)
Added a couple of lines to recognise the NEC SX5 machine.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1549 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/config.sub')
-rwxr-xr-xlib/make/config.sub8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/make/config.sub b/lib/make/config.sub
index 00b90f88..9517b5a4 100755
--- a/lib/make/config.sub
+++ b/lib/make/config.sub
@@ -1,4 +1,7 @@
#! /bin/sh
+#
+# CCTK_MODIFICATION: 17/4/2000 Added info for sx5-nec. Tom Goodale
+#
# Configuration validation subroutine script, version 1.1.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
# Free Software Foundation, Inc.
@@ -875,6 +878,8 @@ case $basic_machine in
basic_machine=c4x-none
os=-coff
;;
+ *-nec)
+ ;;
*)
echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
exit 1
@@ -1025,6 +1030,9 @@ case $os in
-neutrino* | -nto*)
os=-neutrino
;;
+ -superux*)
+ os=-superux
+ ;;
-none)
;;
*)