aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.all.linux-armv7-cross.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-04-18 22:29:54 +0200
committerSven Gothel <[email protected]>2012-04-18 22:29:54 +0200
commit64d582af83bc91240eb3f92b818c7fc9c927858a (patch)
tree95fab988032d7ad6321e1022c7ca24069b7465ab /make/scripts/make.jogl.all.linux-armv7-cross.sh
parent73fbf6b19732c76b69f00697a399a594c121c577 (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.jogl.all.linux-armv7-cross.sh')
-rwxr-xr-xmake/scripts/make.jogl.all.linux-armv7-cross.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.jogl.all.linux-armv7-cross.sh b/make/scripts/make.jogl.all.linux-armv7-cross.sh
index 6d6f30ee7..5bb572858 100755
--- a/make/scripts/make.jogl.all.linux-armv7-cross.sh
+++ b/make/scripts/make.jogl.all.linux-armv7-cross.sh
@@ -33,7 +33,7 @@ export TARGET_PLATFORM_ROOT=/opt-linux-armv7-armel
export TARGET_PLATFORM_LIBS=$TARGET_PLATFORM_ROOT/usr/lib
export TARGET_JAVA_LIBS=$TARGET_PLATFORM_ROOT/jre/lib/arm
-export GLUEGEN_CPPTASKS_FILE="../../gluegen/make/lib/gluegen-cpptasks-linux-armv7.xml"
+export GLUEGEN_CPPTASKS_FILE="../../gluegen/make/lib/gluegen-cpptasks-linux-armv4.xml"
#export JUNIT_DISABLED="true"
export JUNIT_RUN_ARG0="-Dnewt.test.Screen.disableScreenMode"