From: Jim Wilson Date: Sat, 4 Feb 1995 17:59:47 +0000 (+0000) Subject: (IRIX): Sed - to _. X-Git-Tag: fsf-origin~329 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a8bb9114ec1a2378c14b286cf8cf33674bfa1d2;p=thirdparty%2Fautoconf.git (IRIX): Sed - to _. --- diff --git a/config.guess b/config.guess index 10d710073..1871a4f5b 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