diff options
author | Sven Gothel <[email protected]> | 2019-04-07 05:15:23 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-04-07 05:15:23 +0200 |
commit | 12047cae51b5a594b38c9e162f135352452c46fd (patch) | |
tree | e14a8fdc091219f66d6fa1e914e1c07c228dae38 /make/lib/gluegen-cpptasks-linux-aarch64.xml | |
parent | 302599570c04bae0d96e3b20981fab1ffcaf61ae (diff) |
Bug 1190: Updating crosstools and enabling aarch64 + armv6hf 'ontarget'
Default is to crosscompile w/o testing, i.e. property 'isCrosscompilation' is set to 'true'.
'ontarget' includes testing, no crosscompilation.
Updated crosstools links to new build of jogamp-scripting commit e6692024687685d3af725555d9bb5490d85ecc8d
Diffstat (limited to 'make/lib/gluegen-cpptasks-linux-aarch64.xml')
-rw-r--r-- | make/lib/gluegen-cpptasks-linux-aarch64.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/lib/gluegen-cpptasks-linux-aarch64.xml b/make/lib/gluegen-cpptasks-linux-aarch64.xml index 8606fae..5e3845a 100644 --- a/make/lib/gluegen-cpptasks-linux-aarch64.xml +++ b/make/lib/gluegen-cpptasks-linux-aarch64.xml @@ -23,6 +23,7 @@ <property name="isLinuxARM64" value="true" /> <property name="isX11" value="true" /> <property name="jvmDataModel.arg" value="-Djnlp.no.jvm.data.model.set=true" /> + <property name="isCrosscompilation" value="true" /> <property name="isAbiEabiGnuArmhf" value="true" /> <echo message="gluegen.cpptasks.detect.os.custom: GLUEGEN_CPPTASKS_FILE 'gluegen-cpptasks-linux-aarch64' done"/> </target> |