aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig.guess4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.guess b/config.guess
index 10d7100737f..1871a4f5b5a 100755
--- a/config.guess
+++ b/config.guess
@@ -129,8 +129,8 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
129 Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) 129 Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
130 echo m68k-tektronix-bsd 130 echo m68k-tektronix-bsd
131 exit 0 ;; 131 exit 0 ;;
132 *:IRIX:*:*) 132 *:IRIX*:*:*)
133 echo mips-sgi-irix${UNAME_RELEASE} 133 echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
134 exit 0 ;; 134 exit 0 ;;
135 ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. 135 ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
136 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 136 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id