aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKlaus Reimer2011-05-08 17:36:20 +0200
committerKlaus Reimer2011-05-08 17:39:26 +0200
commita6dc1712556f8170378dc1b1c67f3f6ebcf7658d (patch)
tree4f123c88d81747dee9949de09c92d7c15ebd86c8 /configure
parent8d7baf9ffa8ed111882cba0ad0150a7c4ab33be8 (diff)
downloadscummvm-rg350-a6dc1712556f8170378dc1b1c67f3f6ebcf7658d.tar.gz
scummvm-rg350-a6dc1712556f8170378dc1b1c67f3f6ebcf7658d.tar.bz2
scummvm-rg350-a6dc1712556f8170378dc1b1c67f3f6ebcf7658d.zip
WEBOS: Added comment for Palm Pixi specific compiler options.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 9188e0bea3..e5ca5aaeca 100755
--- a/configure
+++ b/configure
@@ -1677,6 +1677,7 @@ case $_host_os in
;;
webos)
CXXFLAGS="$CXXFLAGS -I$WEBOS_PDK/include -I$WEBOS_PDK/include/SDL -I$WEBOS_PDK/device/usr/include"
+ # These compiler options are needed to support the Palm Pixi
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"