Commit 1c69c79f authored by Martin Storsjö's avatar Martin Storsjö

configure: Initial support for --target-os=symbian

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 7087ce08
...@@ -1822,7 +1822,7 @@ set_default host_cc ...@@ -1822,7 +1822,7 @@ set_default host_cc
exesuf() { exesuf() {
case $1 in case $1 in
mingw32*|cygwin*|*-dos|freedos|opendos|os/2*) echo .exe ;; mingw32*|cygwin*|*-dos|freedos|opendos|os/2*|symbian) echo .exe ;;
esac esac
} }
...@@ -2480,6 +2480,11 @@ case $target_os in ...@@ -2480,6 +2480,11 @@ case $target_os in
add_cppflags -D_QNX_SOURCE add_cppflags -D_QNX_SOURCE
network_extralibs="-lsocket" network_extralibs="-lsocket"
;; ;;
symbian)
SLIBSUF=".dll"
enable dos_paths
add_cflags --include=$sysinclude/gcce/gcce.h
;;
none) none)
;; ;;
*) *)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment