summaryrefslogtreecommitdiffstats
path: root/make/gluegen-cpptasks-base.xml
diff options
context:
space:
mode:
authorMark Rothwell <[email protected]>2010-06-26 04:52:53 +0000
committerMark Rothwell <[email protected]>2010-06-26 04:52:53 +0000
commit15c7aac443e6b8f7a02e380bd12b7595ba1dd567 (patch)
treebb7dafca04ea20b44589e09c8d4d7b3a427ca6fa /make/gluegen-cpptasks-base.xml
parent3923e7e48d83e7299b437b1c00c3e66c8129d228 (diff)
New linker definitions for FreeBSD (do not reuse Linux definitions for the sake of clarity)
Diffstat (limited to 'make/gluegen-cpptasks-base.xml')
-rwxr-xr-xmake/gluegen-cpptasks-base.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/make/gluegen-cpptasks-base.xml b/make/gluegen-cpptasks-base.xml
index 23075e2..cb26fe0 100755
--- a/make/gluegen-cpptasks-base.xml
+++ b/make/gluegen-cpptasks-base.xml
@@ -771,6 +771,14 @@
<linker id="linker.cfg.hpux" name="aCC">
</linker>
+
+ <linker id="linker.cfg.freebsd.x86" name="gcc">
+ <linkerarg value="-m32"/>
+ </linker>
+
+ <linker id="linker.cfg.freebsd.amd64" name="gcc">
+ <linkerarg value="-m64"/>
+ </linker>
</target>
<!-- ================================================================== -->