diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-24 22:34:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-24 22:34:49 +0000 |
commit | 4bc12675784c8d644003402233ae8ac1cc4ca62f (patch) | |
tree | 2a146d122febfb0136ece9107d770c9be98458a5 /config.guess | |
parent | 0c085854ba5bd5816325f55031d22f7d14a8efdd (diff) | |
download | emacs-4bc12675784c8d644003402233ae8ac1cc4ca62f.tar.gz |
(AViiON:dgux:*:*): Fix typo in recognizing mc88110.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 4 |
1 files changed, 2 insertions, 2 deletions
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 |