From 3d84f1104688db0b23b6fe9ccc86b587ac597837 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 6 Oct 2006 19:01:39 +0000 Subject: Patch #1432376: "Very basic GP2X Backend" svn-id: r24144 --- backends/platform/gp2x/build/build.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 backends/platform/gp2x/build/build.sh (limited to 'backends/platform/gp2x/build/build.sh') diff --git a/backends/platform/gp2x/build/build.sh b/backends/platform/gp2x/build/build.sh new file mode 100644 index 0000000000..55395cb73c --- /dev/null +++ b/backends/platform/gp2x/build/build.sh @@ -0,0 +1,19 @@ +#!/bin/bash + +echo Quick script to make building all the time less painful. + +# 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 CXX=arm-open2x-linux-g++ +export CC=arm-open2x-linux-gcc +export CXXFLAGS=-march=armv4t +export LDFLAGS=-static + +cd ../../../.. + +echo Building ScummVM for GP2X. +make + +echo Build for GP2X - SDL - complete - Please check build logs. -- cgit v1.2.3