diff options
author | Sven Gothel <[email protected]> | 2012-04-18 22:32:20 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-04-18 22:32:20 +0200 |
commit | 20364d088bb40adc1f1af042a955b8a376986b90 (patch) | |
tree | efe73726230bcfd29c38a516d5175be890a9c9c1 /scripts | |
parent | a704c54d4e1eaf18c3fb8abd380304c69c310c32 (diff) |
Linux ARMel eabi: Use armv6t, soft-float - low profile to target more devices. Our ARMhf build is high profile.v2.0-rc8v2.0-rc7v2.0-rc6
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/make.jocl.all.linux-armv7-cross.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make.jocl.all.linux-armv7-cross.sh b/scripts/make.jocl.all.linux-armv7-cross.sh index 1ded5ca5..3dc132b1 100755 --- a/scripts/make.jocl.all.linux-armv7-cross.sh +++ b/scripts/make.jocl.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" |