Recognize BSD/OS as bsdi. Patch from Chris Torek <torek@BSDI.COM>.

From-SVN: r8719
This commit is contained in:
Per Bothner 1995-01-04 12:54:24 -08:00
parent 58bbca8efb
commit 8fa59e18e3

2
gcc/config.guess vendored
View File

@ -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:*:*)