summaryrefslogtreecommitdiff
path: root/lib/make
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-11 08:58:54 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-11 08:58:54 +0000
commit46d1c41832698b903b4e9d44676ea120a9c0578f (patch)
tree7ac5940470bd4ca1e542f0defabb1288d16a574b /lib/make
parent96b8611b18afe43244d5d9a8f48dc4b57bf74eed (diff)
Adding stuff for sx5.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2171 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make')
-rwxr-xr-xlib/make/config.sub11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/make/config.sub b/lib/make/config.sub
index 9df4e53f..adf6cf7d 100755
--- a/lib/make/config.sub
+++ b/lib/make/config.sub
@@ -1,4 +1,8 @@
#! /bin/sh
+#
+# CCTK_MODIFICATION: 11/5/2001 Added info for sx5-nec. Tom Goodale
+#
+#
# Configuration validation subroutine script.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
@@ -956,6 +960,10 @@ case $basic_machine in
basic_machine=c4x-none
os=-coff
;;
+ *-nec)
+ basic_machine=sx5-nec
+ os=-superux
+ ;;
*)
echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
exit 1
@@ -1117,6 +1125,9 @@ case $os in
-*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
os=-mint
;;
+ -superux)
+ os=-superux
+ ;;
-none)
;;
*)