aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2011-05-31 12:22:26 +0200
committerMax Horn2011-05-31 12:22:26 +0200
commitc30904b48a1320ccc73fabea616a60ac314bc9f6 (patch)
tree95a4f40b0cb7a60345dc7946de6535a17a5edcf5
parent5a2e6e4f3f9b26569797d998252d2016a33f57c0 (diff)
downloadscummvm-rg350-c30904b48a1320ccc73fabea616a60ac314bc9f6.tar.gz
scummvm-rg350-c30904b48a1320ccc73fabea616a60ac314bc9f6.tar.bz2
scummvm-rg350-c30904b48a1320ccc73fabea616a60ac314bc9f6.zip
BUILD: Fix typo which broke WebOS builds
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 230db7bc6a..c8cb45554d 100755
--- a/configure
+++ b/configure
@@ -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"