From dba6000389d9bcc8754262723d58f7c91cdd34ab Mon Sep 17 00:00:00 2001 From: Xerxes Rånby Date: Sat, 18 Feb 2012 23:23:59 +0100 Subject: Add make/scripts/make.jogl.all.linux-armv7.sh for native ARM-linux builds. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Xerxes Rånby --- make/scripts/make.jogl.all.linux-armv7.sh | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 make/scripts/make.jogl.all.linux-armv7.sh diff --git a/make/scripts/make.jogl.all.linux-armv7.sh b/make/scripts/make.jogl.all.linux-armv7.sh new file mode 100755 index 000000000..598ea98f8 --- /dev/null +++ b/make/scripts/make.jogl.all.linux-armv7.sh @@ -0,0 +1,28 @@ +#! /bin/sh + +PATH=`pwd`/../../gluegen/make/lib/linux/arm-linux-gnueabi/bin:$PATH +export PATH + +# -Dc.compiler.debug=true +# -Dgluegen.cpptasks.detected.os=true \ +# -DisUnix=true \ +# -DisLinux=true \ +# -DisLinuxARMv7=true \ +# -DisX11=false \ + +export TARGET_PLATFORM_LIBS=/usr/lib/arm-linux-gnueabi +export TARGET_JAVA_LIBS=/usr/lib/jvm/default-java/jre/lib/arm + +ant \ + -Drootrel.build=build-linux-armv7 \ + -Dgluegen.cpptasks.detected.os=true \ + -DisUnix=true \ + -DisLinux=true \ + -DisLinuxARMv7=true \ + -DisX11=true \ + \ + -Dsetup.addNativeKD=true \ + -Dsetup.addNativeOpenMAX=true \ + -Dsetup.addNativeBroadcomEGL=true \ + $* 2>&1 | tee make.jogl.all.linux-armv7-cross.log + -- cgit v1.2.3