diff options
author | Max Horn | 2011-05-31 12:22:26 +0200 |
---|---|---|
committer | Max Horn | 2011-05-31 12:22:26 +0200 |
commit | c30904b48a1320ccc73fabea616a60ac314bc9f6 (patch) | |
tree | 95a4f40b0cb7a60345dc7946de6535a17a5edcf5 | |
parent | 5a2e6e4f3f9b26569797d998252d2016a33f57c0 (diff) | |
download | scummvm-rg350-c30904b48a1320ccc73fabea616a60ac314bc9f6.tar.gz scummvm-rg350-c30904b48a1320ccc73fabea616a60ac314bc9f6.tar.bz2 scummvm-rg350-c30904b48a1320ccc73fabea616a60ac314bc9f6.zip |
BUILD: Fix typo which broke WebOS builds
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1816,7 +1816,7 @@ case $_host_os in # These compiler options are needed to support the Palm Pixi CXXFLAGS="$CXXFLAGS -mcpu=arm1136jf-s" CXXFLAGS="$CXXFLAGS -mfpu=vfp " - CXXFLAGS="$CXXFLAGS mfloat-abi=softfp" + CXXFLAGS="$CXXFLAGS -mfloat-abi=softfp" LDFLAGS="$LDFLAGS -L$WEBOS_PDK/device/lib" LDFLAGS="$LDFLAGS -L$WEBOS_PDK/device/usr/lib" LDFLAGS="$LDFLAGS -Wl,--allow-shlib-undefined" |