summaryrefslogtreecommitdiffstats
path: root/make/lib/gluegen-cpptasks-linux-32bit.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-07-30 17:27:59 +0200
committerSven Gothel <[email protected]>2014-07-30 17:27:59 +0200
commit48b97646ad57cda4087c46437ef5f1e1ae6f1b0d (patch)
treeb36065e95f413cf8966a2c940d586c77ade8a7ea /make/lib/gluegen-cpptasks-linux-32bit.xml
parentf5c48efcf546ba4e08e197ccced6df83b57e1755 (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-32bit.xml')
-rw-r--r--make/lib/gluegen-cpptasks-linux-32bit.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/lib/gluegen-cpptasks-linux-32bit.xml b/make/lib/gluegen-cpptasks-linux-32bit.xml
index c05033d..69afca8 100644
--- a/make/lib/gluegen-cpptasks-linux-32bit.xml
+++ b/make/lib/gluegen-cpptasks-linux-32bit.xml
@@ -22,6 +22,8 @@
<compiler id="compiler.cfg.linux" name="gcc">
<compilerarg value="-m32" />
<compilerarg value="-Wall" />
+ <compilerarg value="-include"/>
+ <compilerarg value="${gluegen.root.abs-path}/make/stub_includes/platform/glibc-compat-symbols.h" />
<defineset>
<define name="LINUX" />
</defineset>