mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
WEBOS: Added comment for Palm Pixi specific compiler options.
This commit is contained in:
parent
6631cf60db
commit
31d86f9045
1
configure
vendored
1
configure
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user