summaryrefslogtreecommitdiff
path: root/lib/make/config.guess
diff options
context:
space:
mode:
Diffstat (limited to 'lib/make/config.guess')
-rwxr-xr-xlib/make/config.guess4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/make/config.guess b/lib/make/config.guess
index e097c2e0..fdc92836 100755
--- a/lib/make/config.guess
+++ b/lib/make/config.guess
@@ -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
# Attempt to guess a canonical system name.
# Copyright (C) 1992, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc.
@@ -145,6 +146,9 @@ EOF
SR2?01:HI-UX/MPP:*:*)
echo hppa1.1-hitachi-hiuxmpp
exit 0;;
+ SX-5:*:*:*)
+ echo sx5-nec-`echo ${UNAME_SYSTEM}|sed -e 's/[-]/_/g'``echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
+ exit 0 ;;
Pyramid*:OSx*:*:*|MIS*:OSx*:*:*|MIS*:SMP_DC-OSx*:*:*)
# akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.
if test "`(/bin/universe) 2>/dev/null`" = att ; then