diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1995-02-04 09:59:47 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1995-02-04 09:59:47 -0800 |
commit | 36f9f6c1e4047178e1bcb034db0173fd1141eb8a (patch) | |
tree | 91ef89d68093a9f74f8dedf032a57c951893e1e0 /gcc/config.guess | |
parent | c311f311c46e143e2d6dc3155eec7fb1db5ea1b4 (diff) | |
download | gcc-36f9f6c1e4047178e1bcb034db0173fd1141eb8a.tar.gz |
(IRIX): Sed - to _.
From-SVN: r8861
Diffstat (limited to 'gcc/config.guess')
-rwxr-xr-x | gcc/config.guess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.guess b/gcc/config.guess index 10d7100737f..1871a4f5b5a 100755 --- a/gcc/config.guess +++ b/gcc/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 |