diff options
Diffstat (limited to 'make/scripts/make.gluegen.all.linux-armv6.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.linux-armv6.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/make/scripts/make.gluegen.all.linux-armv6.sh b/make/scripts/make.gluegen.all.linux-armv6.sh new file mode 100755 index 0000000..1fc6656 --- /dev/null +++ b/make/scripts/make.gluegen.all.linux-armv6.sh @@ -0,0 +1,18 @@ +#! /bin/sh + +# -Dc.compiler.debug=true +# -Dgluegen.cpptasks.detected.os=true \ +# -DisUnix=true \ +# -DisLinux=true \ +# -DisLinuxX86=true \ +# -DisX11=true \ + +# arm-linux-gnueabi == armel triplet +export TARGET_PLATFORM_LIBS=/usr/lib/arm-linux-gnueabi +export TARGET_JAVA_LIBS=/usr/lib/jvm/default-java/jre/lib/arm + +export GLUEGEN_CPPTASKS_FILE="lib/gluegen-cpptasks-linux-armv6.xml" + +ant \ + -Drootrel.build=build-linux-armv6 \ + $* 2>&1 | tee make.gluegen.all.linux-armv6.log |