diff options
author | Sven Gothel <[email protected]> | 2012-04-18 22:31:28 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-04-18 22:31:28 +0200 |
commit | 77b3d9e8a36bd0c63142f91a806d1d8c92ca6d8a (patch) | |
tree | aeff1a7f4bb1adcc4d190cda97d5fdd7189f531c /make/scripts | |
parent | a9d1921bbaa10534f21ea26b1e35c08f9496f9d9 (diff) |
Linux ARMel eabi: Use armv6t, soft-float - low profile to target more devices. Our ARMhf build is high profile.v2.0-rc9v2.0-rc8v2.0-rc7v2.0-rc6
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | make/scripts/make.joal.all.linux-armv7-cross.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.joal.all.linux-armv7-cross.sh b/make/scripts/make.joal.all.linux-armv7-cross.sh index 2f9e5ff..64455b1 100755 --- a/make/scripts/make.joal.all.linux-armv7-cross.sh +++ b/make/scripts/make.joal.all.linux-armv7-cross.sh @@ -31,7 +31,7 @@ export TARGET_ANT_HOME=/usr/share/ant export TARGET_PLATFORM_LIBS=/opt-linux-armv7-eabi/lib export TARGET_JAVA_LIBS=/opt-linux-armv7-eabi/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" |