[Scummvm-cvs-logs] scummvm master -> 831f974cb42c5993ec66d785858e5bd962f2b864

kayahr k at ailis.de
Sun May 1 11:25:00 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:
831f974cb4 WEBOS: Added compiler options that should enable support for the Palm Pixi. Can't test it because I have no Pixi but at 


Commit: 831f974cb42c5993ec66d785858e5bd962f2b864
    https://github.com/scummvm/scummvm/commit/831f974cb42c5993ec66d785858e5bd962f2b864
Author: Klaus Reimer (k at ailis.de)
Date: 2011-05-01T02:12:51-07:00

Commit Message:
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.

Changed paths:
    configure



diff --git a/configure b/configure
index 7a15c7a..6077d86 100755
--- a/configure
+++ b/configure
@@ -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"






More information about the Scummvm-git-logs mailing list