diff options
author | Sven Gothel <[email protected]> | 2014-07-30 17:27:59 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-07-30 17:27:59 +0200 |
commit | 48b97646ad57cda4087c46437ef5f1e1ae6f1b0d (patch) | |
tree | b36065e95f413cf8966a2c940d586c77ade8a7ea /make/lib/gluegen-cpptasks-linux-armv6.xml | |
parent | f5c48efcf546ba4e08e197ccced6df83b57e1755 (diff) |
gluegen-cpptasks's compiler.cfg.linux.*: always "-include make/stub_includes/platform/glibc-compat-symbols.h" ensuring using low versioned GLIBC symbols
Diffstat (limited to 'make/lib/gluegen-cpptasks-linux-armv6.xml')
-rw-r--r-- | make/lib/gluegen-cpptasks-linux-armv6.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/lib/gluegen-cpptasks-linux-armv6.xml b/make/lib/gluegen-cpptasks-linux-armv6.xml index a1b7eaa..33f5891 100644 --- a/make/lib/gluegen-cpptasks-linux-armv6.xml +++ b/make/lib/gluegen-cpptasks-linux-armv6.xml @@ -45,6 +45,8 @@ <compilerarg value="-march=armv5te" /> <compilerarg value="-marm" /> <compilerarg value="-mfloat-abi=softfp" /> + <compilerarg value="-include"/> + <compilerarg value="${gluegen.root.abs-path}/make/stub_includes/platform/glibc-compat-symbols.h" /> </compiler> <linker id="linker.cfg.linux.armv6" name="gcc"> |