1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
This commit is contained in:
Max Brazhnikov 2010-10-09 22:24:09 +00:00
parent 2b836a77b6
commit f2a7594a0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262713

View File

@ -0,0 +1,13 @@
--- gluegen/make/gluegen-cpptasks-base.xml.orig 2010-10-03 12:47:50.000000000 +0200
+++ gluegen/make/gluegen-cpptasks-base.xml 2010-10-03 12:48:27.000000000 +0200
@@ -772,6 +772,10 @@
<linker id="linker.cfg.hpux" name="aCC">
</linker>
+ <linker id="linker.cfg.freebsd" name="gcc">
+ <linkerarg value="-m32"/>
+ </linker>
+
<linker id="linker.cfg.freebsd.x86" name="gcc">
<linkerarg value="-m32"/>
</linker>