diff options
author | Sven Gothel <[email protected]> | 2012-04-18 22:29:54 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-04-18 22:29:54 +0200 |
commit | 64d582af83bc91240eb3f92b818c7fc9c927858a (patch) | |
tree | 95fab988032d7ad6321e1022c7ca24069b7465ab | |
parent | 73fbf6b19732c76b69f00697a399a594c121c577 (diff) |
Linux ARMel eabi: Use armv6t, soft-float - low profile to target more devices. Our ARMhf build is high profile.
-rwxr-xr-x | make/scripts/make.jogl.all.linux-armv7-cross.sh | 2 | ||||
-rwxr-xr-x | make/scripts/make.jogl.all.linux-armv7.sh | 2 |
2 files changed, 3 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" diff --git a/make/scripts/make.jogl.all.linux-armv7.sh b/make/scripts/make.jogl.all.linux-armv7.sh index f6721e9bb..0fd0b6edd 100755 --- a/make/scripts/make.jogl.all.linux-armv7.sh +++ b/make/scripts/make.jogl.all.linux-armv7.sh @@ -15,6 +15,8 @@ export TARGET_PLATFORM_ROOT=/ 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="../../gluegen/make/lib/gluegen-cpptasks-linux-armv4.xml" + ant \ -Drootrel.build=build-linux-armv7 \ -Dsetup.addNativeKD=true \ |