mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 03:10:37 +00:00
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.
This commit is contained in:
parent
9585aa24f5
commit
831f974cb4
1
configure
vendored
1
configure
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user