mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
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:
parent
477db69026
commit
7a8749a7fd
@ -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
2
config.guess
vendored
@ -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:*:*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user