summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.gluegen.all.linux-armv7.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-04-18 22:29:13 +0200
committerSven Gothel <[email protected]>2012-04-18 22:29:13 +0200
commitf04a677dbf7c222342b77bb29f52ecb57f8ecc83 (patch)
tree47d818c43dbb10f93c6332dae2e77a362c64f6b1 /make/scripts/make.gluegen.all.linux-armv7.sh
parentc8d1335ed7217a091508efdca92a3e1438fad390 (diff)
Linux ARMel eabi: Use armv6t, soft-float - low profile to target more devices. Our ARMhf build is high profile.
Diffstat (limited to 'make/scripts/make.gluegen.all.linux-armv7.sh')
-rwxr-xr-xmake/scripts/make.gluegen.all.linux-armv7.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/scripts/make.gluegen.all.linux-armv7.sh b/make/scripts/make.gluegen.all.linux-armv7.sh
index ee7cbea..1d78d74 100755
--- a/make/scripts/make.gluegen.all.linux-armv7.sh
+++ b/make/scripts/make.gluegen.all.linux-armv7.sh
@@ -11,6 +11,8 @@
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-armv4.xml"
+
ant \
-Drootrel.build=build-linux-armv7 \
$* 2>&1 | tee make.gluegen.all.linux-armv7.log