diff options
author | Michael Bien <[email protected]> | 2009-11-20 14:59:55 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2009-11-20 14:59:55 +0100 |
commit | 8d92b2e1fa285f10e9f8703a8686e607dcc0f08b (patch) | |
tree | 634391c1f6836395fc6783c7fbd4cbb2bde762c7 /make/gluegen-cpptasks.xml | |
parent | 129e783741d91e9ee5cd7da5d5c962c32ec96b0b (diff) |
preparations for continuous builds and cross compilation (WIP).
Diffstat (limited to 'make/gluegen-cpptasks.xml')
-rwxr-xr-x | make/gluegen-cpptasks.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/gluegen-cpptasks.xml b/make/gluegen-cpptasks.xml index d293843..1c905b7 100755 --- a/make/gluegen-cpptasks.xml +++ b/make/gluegen-cpptasks.xml @@ -639,6 +639,7 @@ <linker id="linker.cfg.linux64.mingw32" classname="net.sf.antcontrib.cpptasks.gcc.Gcc32Linker"> <linkerarg value="-m32"/> + <linkerarg value="-Wl,--kill-at" /> <!-- remove @ from function names --> </linker> <!-- <linker id="linker.cfg.solaris" name="suncc"> @@ -653,7 +654,8 @@ </linker> --> <linker id="linker.cfg.win32.mingw" name="gcc" incremental="false"> - <linkerarg value="-Wl,--kill-at" /> <!-- remove @ from function names --> + <linkerarg value="-m32"/> + <linkerarg value="-Wl,--kill-at" /> <!-- remove @ from function names --> </linker> <linker id="linker.cfg.win32.msvc" name="msvc" incremental="false"> |