Browse Source

Enable native build on QNX/x86

(cherry picked from commit d33ed7b367)
tags/n0.8
Mans Rullgard Michael Niedermayer 15 years ago
parent
commit
9873463c2f
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      configure

+ 5
- 1
configure View File

@@ -2110,7 +2110,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
@@ -2447,6 +2447,10 @@ case $target_os in
;;
gnu)
;;
qnx)
add_cppflags -D_QNX_SOURCE
network_extralibs="-lsocket"
;;
none)
;;
*)


Loading…
Cancel
Save