Recognize BSD/OS as bsdi. Patch from Chris Torek <torek@BSDI.COM>.
From-SVN: r8719
This commit is contained in:
parent
58bbca8efb
commit
8fa59e18e3
2
gcc/config.guess
vendored
2
gcc/config.guess
vendored
@ -278,7 +278,7 @@ EOF
|
||||
hp3[0-9][05]:NetBSD:*:*)
|
||||
echo m68k-hp-netbsd${UNAME_RELEASE}
|
||||
exit 0 ;;
|
||||
i[34]86:BSD/386:*:*)
|
||||
i[34]86:BSD/386:*:* | *:BSD/OS:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
|
||||
exit 0 ;;
|
||||
*:FreeBSD:*:*)
|
||||
|
Loading…
Reference in New Issue
Block a user