diff options
author | Sven Gothel <[email protected]> | 2019-04-07 22:34:37 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-04-07 22:34:37 +0200 |
commit | 117565b7d8771b6c9c2144b2d1ef5a131446e058 (patch) | |
tree | 5ba3405ee8a354fabae5a81c1445a1aea8d9b8e0 /make/scripts/make.gluegen.all.linux-armv6.sh | |
parent | 12047cae51b5a594b38c9e162f135352452c46fd (diff) |
Bug 1190: Fix arm6hf + aarch64 gcc options, adapt glibc-compat-symbols.h
- arm6hf needs the fpu to be specified, we still use the lowest armv6 hard float denominator
- aarch64 shall have the -march compiler argument as well
- glibc-compat-symbols.h Finally drop the glibc versioning on memcpy for both
Diffstat (limited to 'make/scripts/make.gluegen.all.linux-armv6.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.linux-armv6.sh | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/make/scripts/make.gluegen.all.linux-armv6.sh b/make/scripts/make.gluegen.all.linux-armv6.sh deleted file mode 100755 index 0ebf550..0000000 --- a/make/scripts/make.gluegen.all.linux-armv6.sh +++ /dev/null @@ -1,21 +0,0 @@ -#! /bin/sh - -# -Dc.compiler.debug=true -# -Dgluegen.cpptasks.detected.os=true \ -# -DisUnix=true \ -# -DisLinux=true \ -# -DisLinuxX86=true \ -# -DisX11=true \ - -# arm-linux-gnueabi == armel triplet -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="lib/gluegen-cpptasks-linux-armv6.xml" - -#export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org" -export JOGAMP_JAR_CODEBASE="Codebase: *.goethel.localnet" - -ant \ - -Drootrel.build=build-linux-armv6 \ - $* 2>&1 | tee make.gluegen.all.linux-armv6.log |