From 27ed1440ec195d5604d095f531a4ff170ba0c455 Mon Sep 17 00:00:00 2001 From: wilson Date: Sat, 4 Feb 1995 17:59:47 +0000 Subject: [PATCH] (IRIX): Sed - to _. --- config.guess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.guess b/config.guess index 10d7100..1871a4f 100755 --- a/config.guess +++ b/config.guess @@ -129,8 +129,8 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd exit 0 ;; - *:IRIX:*:*) - echo mips-sgi-irix${UNAME_RELEASE} + *:IRIX*:*:*) + echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` exit 0 ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id