[Scummvm-cvs-logs] scummvm master -> c30904b48a1320ccc73fabea616a60ac314bc9f6

fingolfin max at quendi.de
Tue May 31 12:23:53 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c30904b48a BUILD: Fix typo which broke WebOS builds


Commit: c30904b48a1320ccc73fabea616a60ac314bc9f6
    https://github.com/scummvm/scummvm/commit/c30904b48a1320ccc73fabea616a60ac314bc9f6
Author: Max Horn (max at quendi.de)
Date: 2011-05-31T03:22:26-07:00

Commit Message:
BUILD: Fix typo which broke WebOS builds

Changed paths:
    configure



diff --git a/configure b/configure
index 230db7b..c8cb455 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"






More information about the Scummvm-git-logs mailing list