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/lib/gluegen-cpptasks-linux-aarch64-ontarget.xml | |
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/lib/gluegen-cpptasks-linux-aarch64-ontarget.xml')
-rw-r--r-- | make/lib/gluegen-cpptasks-linux-aarch64-ontarget.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/lib/gluegen-cpptasks-linux-aarch64-ontarget.xml b/make/lib/gluegen-cpptasks-linux-aarch64-ontarget.xml index 8606fae..57af368 100644 --- a/make/lib/gluegen-cpptasks-linux-aarch64-ontarget.xml +++ b/make/lib/gluegen-cpptasks-linux-aarch64-ontarget.xml @@ -41,6 +41,7 @@ <define name="NDEBUG" unless="c.compiler.use-debug"/> </defineset> <compilerarg value="-fpic" /> + <compilerarg value="-march=armv8-a" /> <compilerarg value="-include"/> <compilerarg value="${gluegen.root.abs-path}/make/stub_includes/platform/glibc-compat-symbols.h" /> </compiler> |