summaryrefslogtreecommitdiff
path: root/lib/make/config.guess
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.guess
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.guess')
-rwxr-xr-xlib/make/config.guess6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/make/config.guess b/lib/make/config.guess
index 20c971aa..4f592f35 100755
--- a/lib/make/config.guess
+++ b/lib/make/config.guess
@@ -1,4 +1,7 @@
#! /bin/sh
+#
+# CCTK_MODIFICATION: 19/4/2000 Added info for sr8000. Tom Goodale
+#
# Attempt to guess a canonical system name.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
# Free Software Foundation, Inc.
@@ -1027,6 +1030,9 @@ EOF
*:QNX:*:4*)
echo i386-qnx-qnx${UNAME_VERSION}
exit 0 ;;
+ SR8000:HI-UX/MPP:*:*)
+ echo powerpc-hitachi-hiuxmpp
+ exit 0 ;;
esac
#echo '(No uname command or uname output not recognized.)' 1>&2