mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
Recognize BSD/OS as bsdi. Patch from Chris Torek <torek@BSDI.COM>.
This commit is contained in:
parent
a588c9ae13
commit
6b9702b68a
2
config.guess
vendored
2
config.guess
vendored
@ -278,7 +278,7 @@ EOF
|
|||||||
hp3[0-9][05]:NetBSD:*:*)
|
hp3[0-9][05]:NetBSD:*:*)
|
||||||
echo m68k-hp-netbsd${UNAME_RELEASE}
|
echo m68k-hp-netbsd${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
i[34]86:BSD/386:*:*)
|
i[34]86:BSD/386:*:* | *:BSD/OS:*:*)
|
||||||
echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
|
echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
*:FreeBSD:*:*)
|
*:FreeBSD:*:*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user