[Scummvm-cvs-logs] SF.net SVN: scummvm: [25408] scummvm/trunk/backends/platform/gp2x/build

djwillis at users.sourceforge.net djwillis at users.sourceforge.net
Wed Feb 7 16:57:55 CET 2007


Revision: 25408
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25408&view=rev
Author:   djwillis
Date:     2007-02-07 07:57:55 -0800 (Wed, 07 Feb 2007)

Log Message:
-----------
Update GP2X ports helper scripts to support newer Open2x tool-chains (ones with the pragma pack patches).

Modified Paths:
--------------
    scummvm/trunk/backends/platform/gp2x/build/build.sh
    scummvm/trunk/backends/platform/gp2x/build/bundle.sh
    scummvm/trunk/backends/platform/gp2x/build/clean.sh
    scummvm/trunk/backends/platform/gp2x/build/config.sh

Property Changed:
----------------
    scummvm/trunk/backends/platform/gp2x/build/build.sh
    scummvm/trunk/backends/platform/gp2x/build/bundle.sh
    scummvm/trunk/backends/platform/gp2x/build/clean.sh
    scummvm/trunk/backends/platform/gp2x/build/config.sh

Modified: scummvm/trunk/backends/platform/gp2x/build/build.sh
===================================================================
--- scummvm/trunk/backends/platform/gp2x/build/build.sh	2007-02-07 13:08:17 UTC (rev 25407)
+++ scummvm/trunk/backends/platform/gp2x/build/build.sh	2007-02-07 15:57:55 UTC (rev 25408)
@@ -4,8 +4,8 @@
 
 # Set the paths up here to support the build.
 
-export PATH=/tools/open2x_gcc/gcc-4.0.2-glibc-2.3.5/arm-open2x-linux/arm-open2x-linux/bin:$PATH
-export PATH=/tools/open2x_gcc/gcc-4.0.2-glibc-2.3.5/arm-open2x-linux/bin:$PATH
+export PATH=/opt/open2x/gcc-4.1.1-glibc-2.3.6/arm-open2x-linux/bin:$PATH
+export PATH=/opt/open2x/gcc-4.1.1-glibc-2.3.6/bin:$PATH
 export CXX=arm-open2x-linux-g++
 export CC=arm-open2x-linux-gcc
 export CXXFLAGS=-march=armv4t


Property changes on: scummvm/trunk/backends/platform/gp2x/build/build.sh
___________________________________________________________________
Name: svn:eol-style
   - native
   + LF

Modified: scummvm/trunk/backends/platform/gp2x/build/bundle.sh
===================================================================
--- scummvm/trunk/backends/platform/gp2x/build/bundle.sh	2007-02-07 13:08:17 UTC (rev 25407)
+++ scummvm/trunk/backends/platform/gp2x/build/bundle.sh	2007-02-07 15:57:55 UTC (rev 25408)
@@ -2,18 +2,18 @@
 
 echo Quick script to make building a distribution of the GP2X port more consistent.
 
-PATH=/tools/open2x_gcc/gcc-4.0.2-glibc-2.3.5/arm-open2x-linux/arm-open2x-linux/bin:$PATH
-PATH=/tools/open2x_gcc/gcc-4.0.2-glibc-2.3.5/arm-open2x-linux/bin:$PATH
+PATH=/opt/open2x/gcc-4.1.1-glibc-2.3.6/arm-open2x-linux/bin:$PATH
+PATH=/opt/open2x/gcc-4.1.1-glibc-2.3.6/bin:$PATH
 export CXX=arm-open2x-linux-g++
 export CXXFLAGS=-march=armv4t
-export CPPFLAGS=-I/tools/open2x_gcc/gcc-4.0.2-glibc-2.3.5/arm-open2x-linux/include
-export LDFLAGS=-L/tools/open2x_gcc/gcc-4.0.2-glibc-2.3.5/arm-open2x-linux/lib 
+export CPPFLAGS=-I/opt/open2x/gcc-4.1.1-glibc-2.3.6/include
+export LDFLAGS=-L/opt/open2x/gcc-4.1.1-glibc-2.3.6/lib 
 
 echo Collecting files.
 mkdir "scummvm-gp2x-`date '+%Y-%m-%d'`"
-mkdir "scummvm-gp2x-`date '+%Y-%m-%d'`\saves"
+mkdir "scummvm-gp2x-`date '+%Y-%m-%d'`/saves"
 
-echo "Please put your save games in this dir" >> "scummvm-gp2x-`date '+%Y-%m-%d'`\saves\PUT_SAVES_IN_THIS_DIR"
+echo "Please put your save games in this dir" >> "scummvm-gp2x-`date '+%Y-%m-%d'`/saves/PUT_SAVES_IN_THIS_DIR"
 
 cp ./scummvm.gpe ./scummvm-gp2x-`date '+%Y-%m-%d'`/
 cp ./scummvm.png ./scummvm-gp2x-`date '+%Y-%m-%d'`/
@@ -32,4 +32,4 @@
 arm-open2x-linux-strip ./scummvm-gp2x-`date '+%Y-%m-%d'`/scummvm.gp2x
 
 echo Building ZIP bundle.
-echo You should have a "scummvm-gp2x-`date '+%Y-%m-%d'`.zip" for the GP2X port ready to go.
\ No newline at end of file
+echo You should have a "scummvm-gp2x-`date '+%Y-%m-%d'`.zip" for the GP2X port ready to go.


Property changes on: scummvm/trunk/backends/platform/gp2x/build/bundle.sh
___________________________________________________________________
Name: svn:eol-style
   - native
   + LF

Modified: scummvm/trunk/backends/platform/gp2x/build/clean.sh
===================================================================
--- scummvm/trunk/backends/platform/gp2x/build/clean.sh	2007-02-07 13:08:17 UTC (rev 25407)
+++ scummvm/trunk/backends/platform/gp2x/build/clean.sh	2007-02-07 15:57:55 UTC (rev 25408)
@@ -4,8 +4,8 @@
 
 # Set the paths up here to support the build.
 
-export PATH=/tools/open2x_gcc/gcc-4.0.2-glibc-2.3.5/arm-open2x-linux/arm-open2x-linux/bin:$PATH
-export PATH=/tools/open2x_gcc/gcc-4.0.2-glibc-2.3.5/arm-open2x-linux/bin:$PATH
+export PATH=/opt/open2x/gcc-4.1.1-glibc-2.3.6/arm-open2x-linux/bin:$PATH
+export PATH=/opt/open2x/gcc-4.1.1-glibc-2.3.6/bin:$PATH
 export CXX=arm-open2x-linux-g++
 export CC=arm-open2x-linux-gcc
 export CXXFLAGS=-march=armv4t


Property changes on: scummvm/trunk/backends/platform/gp2x/build/clean.sh
___________________________________________________________________
Name: svn:eol-style
   - native
   + LF

Modified: scummvm/trunk/backends/platform/gp2x/build/config.sh
===================================================================
--- scummvm/trunk/backends/platform/gp2x/build/config.sh	2007-02-07 13:08:17 UTC (rev 25407)
+++ scummvm/trunk/backends/platform/gp2x/build/config.sh	2007-02-07 15:57:55 UTC (rev 25408)
@@ -5,18 +5,18 @@
 
 # Set the paths up here to generate the config.
 
-PATH=/tools/open2x_gcc/gcc-4.0.2-glibc-2.3.5/arm-open2x-linux/arm-open2x-linux/bin:$PATH
-PATH=/tools/open2x_gcc/gcc-4.0.2-glibc-2.3.5/arm-open2x-linux/bin:$PATH
+PATH=/opt/open2x/gcc-4.1.1-glibc-2.3.6/arm-open2x-linux/bin:$PATH
+PATH=/opt/open2x/gcc-4.1.1-glibc-2.3.6/bin:$PATH
 
 # Export the tool names for cross-compiling
 export CXX=arm-open2x-linux-g++
 export CXXFLAGS=-march=armv4t
-export CPPFLAGS=-I/tools/open2x_gcc/gcc-4.0.2-glibc-2.3.5/arm-open2x-linux/include
-export LDFLAGS=-L/tools/open2x_gcc/gcc-4.0.2-glibc-2.3.5/arm-open2x-linux/lib 
+export CPPFLAGS=-I/opt/open2x/gcc-4.1.1-glibc-2.3.6/include
+export LDFLAGS=-L/opt/open2x/gcc-4.1.1-glibc-2.3.6/lib 
 export DEFINES=-DNDEBUG 
 
 # Edit the configure line to suit.
 cd ../../../..
-./configure --backend=gp2x --disable-mt32emu --host=gp2x --disable-mpeg2 --disable-flac  --disable-nasm --disable-hq-scalers --with-sdl-prefix=/tools/open2x_gcc/gcc-4.0.2-glibc-2.3.5/arm-open2x-linux/bin --enable-tremor --with-tremor-prefix=/tools/open2x_gcc/gcc-4.0.2-glibc-2.3.5/arm-open2x-linux --enable-zlib --with-zlib-prefix=/tools/open2x_gcc/gcc-4.0.2-glibc-2.3.5/arm-open2x-linux --enable-mad --with-mad-prefix=/tools/open2x_gcc/gcc-4.0.2-glibc-2.3.5/arm-open2x-linux
+./configure --backend=gp2x --disable-mt32emu --host=gp2x --disable-mpeg2 --disable-flac  --disable-nasm --disable-hq-scalers --with-sdl-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6/bin --enable-tremor --with-tremor-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 --enable-zlib --with-zlib-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 --enable-mad --with-mad-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6
 
-echo Generating config for GP2X complete. Check for errors.
\ No newline at end of file
+echo Generating config for GP2X complete. Check for errors.


Property changes on: scummvm/trunk/backends/platform/gp2x/build/config.sh
___________________________________________________________________
Name: svn:eol-style
   - native
   + LF


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list