提交 d33ed7b3 编写于 作者: M Mans Rullgard

Enable native build on QNX/x86

上级 dfd2a005
......@@ -2109,7 +2109,7 @@ case "$arch" in
arch="sparc"
subarch="sparc64"
;;
i[3-6]86|i86pc|BePC|x86_64|amd64)
i[3-6]86|i86pc|BePC|x86pc|x86_64|amd64)
arch="x86"
;;
esac
......@@ -2446,6 +2446,10 @@ case $target_os in
;;
gnu)
;;
qnx)
add_cppflags -D_QNX_SOURCE
network_extralibs="-lsocket"
;;
none)
;;
*)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册