aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKlaus Reimer2011-05-01 11:12:51 +0200
committerKlaus Reimer2011-05-01 11:12:51 +0200
commit831f974cb42c5993ec66d785858e5bd962f2b864 (patch)
treeccab2aec654918421710b309bccaad730fcd5c1e /configure
parent9585aa24f5d97ded4bc97fcdd9a116acbd0fb562 (diff)
downloadscummvm-rg350-831f974cb42c5993ec66d785858e5bd962f2b864.tar.gz
scummvm-rg350-831f974cb42c5993ec66d785858e5bd962f2b864.tar.bz2
scummvm-rg350-831f974cb42c5993ec66d785858e5bd962f2b864.zip
WEBOS: Added compiler options that should enable support for the Palm Pixi. Can't test it because I have no Pixi but at least it still works on the Pre.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 7a15c7acd8..6077d86b42 100755
--- a/configure
+++ b/configure
@@ -1667,6 +1667,7 @@ case $_host_os in
;;
webos)
CXXFLAGS="$CXXFLAGS -I$WEBOS_PDK/include -I$WEBOS_PDK/include/SDL -I$WEBOS_PDK/device/usr/include"
+ CXXFLAGS="$CXXFLAGS -mcpu=arm1136jf-s -mfpu=vfp -mfloat-abi=softfp"
LDFLAGS="$LDFLAGS -L$WEBOS_PDK/device/lib -L$WEBOS_PDK/device/usr/lib"
LDFLAGS="$LDFLAGS -Wl,--allow-shlib-undefined"
LDFLAGS="$LDFLAGS --sysroot=$WEBOS_PDK/arm-gcc/sysroot"