提交 0fa1bcb7 编写于 作者: T ths

Solaris needs -lrt, spotted by Ben Taylor.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2498 c046a42c-6fe2-441c-8c8c-71466251a162
上级 cff4cbed
......@@ -159,7 +159,7 @@ if [ "$bsd" = "yes" ] ; then
fi
fi
if [ "$bsd" = "yes" -o "$darwin" = "yes" -o "$solaris" = "yes" -o "$mingw32" = "yes" ] ; then
if [ "$bsd" = "yes" -o "$darwin" = "yes" -o "$mingw32" = "yes" ] ; then
AIOLIBS=
else
AIOLIBS="-lrt"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册