Mercurial > emacs
changeset 10660:0501556eef3a
(IRIX): Sed - to _.
author | Jim Wilson <wilson@gnu.org> |
---|---|
date | Sat, 04 Feb 1995 17:59:47 +0000 |
parents | a0efedb217ed |
children | 32beb7b6dbf7 |
files | config.guess |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/config.guess Sat Feb 04 08:14:52 1995 +0000 +++ b/config.guess Sat Feb 04 17:59:47 1995 +0000 @@ -129,8 +129,8 @@ 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