From: Roland McGrath Date: Fri, 24 May 1996 22:34:49 +0000 (+0000) Subject: (AViiON:dgux:*:*): Fix typo in recognizing mc88110. X-Git-Tag: emacs-19.34~576 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4bc12675784c8d644003402233ae8ac1cc4ca62f;p=emacs.git (AViiON:dgux:*:*): Fix typo in recognizing mc88110. --- diff --git a/config.guess b/config.guess index d8c24708afe..ab53d146338 100755 --- a/config.guess +++ b/config.guess @@ -137,7 +137,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` - if [ $UNAME_PROCESSOR = mc88100 -o $UNAME_PROCESSOR = mc88100 ] ; then + if [ $UNAME_PROCESSOR = mc88100 -o $UNAME_PROCESSOR = mc88110 ] ; then if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx \ -o ${TARGET_BINARY_INTERFACE}x = x ] ; then echo m88k-dg-dgux${UNAME_RELEASE} @@ -211,7 +211,7 @@ EOF echo romp-ibm-bsd4.4 exit 0 ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC NetBSD and - echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to + echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to exit 0 ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx