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

bgK bastien.bouclet at gmail.com
Fri Apr 27 14:17:53 CEST 2012


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:
cc2b95b068 PS3: Fix build using lastest ps3toolchain


Commit: cc2b95b068b4dc7cc8dbb33578589d9d3316869c
    https://github.com/scummvm/scummvm/commit/cc2b95b068b4dc7cc8dbb33578589d9d3316869c
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2012-04-27T05:12:55-07:00

Commit Message:
PS3: Fix build using lastest ps3toolchain

Changed paths:
    configure



diff --git a/configure b/configure
index 46b7308..88dc161 100755
--- a/configure
+++ b/configure
@@ -1403,6 +1403,10 @@ ps3)
 		echo "Please set PS3DEV in your environment. export PS3DEV=<path to ps3 toolchain>"
 		exit 1
 	fi
+	if test -z "$PSL1GHT"; then
+		echo "Please set PSL1GHT in your environment. export PSL1GHT=<path to psl1ght>"
+		exit 1
+	fi
 	;;
 psp)
 	if test -z "$PSPDEV"; then
@@ -2068,8 +2072,8 @@ case $_host_os in
 		_sdlpath="$PS3DEV/portlibs/ppu:$PS3DEV/portlibs/ppu/bin"
 
 		DEFINES="$DEFINES -DPLAYSTATION3"
-		CXXFLAGS="$CXXFLAGS -mcpu=cell -mminimal-toc -I$PS3DEV/psl1ght/ppu/include -I$PS3DEV/portlibs/ppu/include"
-		LDFLAGS="$LDFLAGS -L$PS3DEV/psl1ght/ppu/lib -L$PS3DEV/portlibs/ppu/lib"
+		CXXFLAGS="$CXXFLAGS -mcpu=cell -mminimal-toc -I$PSL1GHT/ppu/include -I$PS3DEV/portlibs/ppu/include"
+		LDFLAGS="$LDFLAGS -L$PSL1GHT/ppu/lib -L$PS3DEV/portlibs/ppu/lib"
 		add_line_to_config_mk 'PLAYSTATION3 = 1'
 		add_line_to_config_h "#define PREFIX \"${prefix}\""
 		;;






More information about the Scummvm-git-logs mailing list