summaryrefslogtreecommitdiff
path: root/lib/make/config.sub
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-19 15:53:50 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-19 15:53:50 +0000
commitf7141277c7c5e740d52896c18ca353f8e4b5a7fb (patch)
treea88dadb22ee6443abde02ee786b970dee163b9ed /lib/make/config.sub
parent6318234c9dbacca6d543ff3b7509ab7f9c298fe1 (diff)
Added recognition for hitachi sr8000 - powerpc-hitachi-hiuxmpp
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1597 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/config.sub')
-rwxr-xr-xlib/make/config.sub3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/make/config.sub b/lib/make/config.sub
index 9517b5a4..29dff56e 100755
--- a/lib/make/config.sub
+++ b/lib/make/config.sub
@@ -1,5 +1,6 @@
#! /bin/sh
#
+# CCTK_MODIFICATION: 18/4/2000 Added info for powerpc-hitachi-hiuxmpp. Tom Goodale
# CCTK_MODIFICATION: 17/4/2000 Added info for sx5-nec. Tom Goodale
#
# Configuration validation subroutine script, version 1.1.
@@ -116,6 +117,8 @@ case $os in
os=-vxworks
basic_machine=$1
;;
+ -hiuxmpp)
+ ;;
-hiux*)
os=-hiuxwe2
;;