diff options
| author | Roland McGrath | 1996-05-24 22:34:49 +0000 |
|---|---|---|
| committer | Roland McGrath | 1996-05-24 22:34:49 +0000 |
| commit | 4bc12675784c8d644003402233ae8ac1cc4ca62f (patch) | |
| tree | 2a146d122febfb0136ece9107d770c9be98458a5 | |
| parent | 0c085854ba5bd5816325f55031d22f7d14a8efdd (diff) | |
| download | emacs-4bc12675784c8d644003402233ae8ac1cc4ca62f.tar.gz emacs-4bc12675784c8d644003402233ae8ac1cc4ca62f.zip | |
(AViiON:dgux:*:*): Fix typo in recognizing mc88110.
| -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 | |||
| 137 | AViiON:dgux:*:*) | 137 | AViiON:dgux:*:*) |
| 138 | # DG/UX returns AViiON for all architectures | 138 | # DG/UX returns AViiON for all architectures |
| 139 | UNAME_PROCESSOR=`/usr/bin/uname -p` | 139 | UNAME_PROCESSOR=`/usr/bin/uname -p` |
| 140 | if [ $UNAME_PROCESSOR = mc88100 -o $UNAME_PROCESSOR = mc88100 ] ; then | 140 | if [ $UNAME_PROCESSOR = mc88100 -o $UNAME_PROCESSOR = mc88110 ] ; then |
| 141 | if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx \ | 141 | if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx \ |
| 142 | -o ${TARGET_BINARY_INTERFACE}x = x ] ; then | 142 | -o ${TARGET_BINARY_INTERFACE}x = x ] ; then |
| 143 | echo m88k-dg-dgux${UNAME_RELEASE} | 143 | echo m88k-dg-dgux${UNAME_RELEASE} |
| @@ -211,7 +211,7 @@ EOF | |||
| 211 | echo romp-ibm-bsd4.4 | 211 | echo romp-ibm-bsd4.4 |
| 212 | exit 0 ;; | 212 | exit 0 ;; |
| 213 | ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC NetBSD and | 213 | ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC NetBSD and |
| 214 | echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to | 214 | echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to |
| 215 | exit 0 ;; # report: romp-ibm BSD 4.3 | 215 | exit 0 ;; # report: romp-ibm BSD 4.3 |
| 216 | *:BOSX:*:*) | 216 | *:BOSX:*:*) |
| 217 | echo rs6000-bull-bosx | 217 | echo rs6000-bull-bosx |