2000-03-27 Ben Elliston <bje@redhat.com>

* config.guess: Detect Ascend Embedded/OS, which is really BSDI.
	From Assar Westerlund <assar@sics.se>.
This commit is contained in:
Ben Elliston 2000-03-27 12:35:03 +00:00
parent 477db69026
commit 7a8749a7fd
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-03-27 Ben Elliston <bje@redhat.com>
* config.guess: Detect Ascend Embedded/OS, which is really BSDI.
From Assar Westerlund <assar@sics.se>.
2000-03-20 Ben Elliston <bje@redhat.com>
* config.guess: Detect the NonStop Kernel on Tandem

2
config.guess vendored
View File

@ -604,7 +604,7 @@ EOF
hp300:OpenBSD:*:*)
echo m68k-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;
i?86:BSD/386:*:* | i?86:BSD/OS:*:*)
i?86:BSD/386:*:* | i?86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
exit 0 ;;
sparc*:BSD/OS:*:*)