提交 9c789ad1 编写于 作者: U Ulf Möller

Recognize CPU on BSD/OS.

上级 2eae2340
......@@ -119,7 +119,14 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
;;
BSD/386:*:*:*486*|BSD/OS:*:*:*:*486*)
echo "i486-whatever-bsdi"; exit 0
case `/sbin/sysctl -n hw.model` in
Pentium*)
echo "i586-whatever-bsd"; exit 0
;;
*)
echo "i386-whatever-bsd"; exit 0
;;
esac;
;;
BSD/386:*|BSD/OS:*)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册