We now make sure to build with the static version of libgcc. Previously, this resulted in FreeLDR having an import table and trying to import a .DLL file -- not a very wise attempt.

svn path=/trunk/; revision=32150
This commit is contained in:
ReactOS Portable Systems Group 2008-02-06 07:19:13 +00:00
parent 90a6601c3e
commit 233107aabb

View file

@ -13,8 +13,7 @@
<library>cmlib</library>
<library>rtl</library>
<library>libcntpr</library>
<linkerflag>-nostartfiles</linkerflag>
<linkerflag>-nostdlib</linkerflag>
<linkerflag>-static</linkerflag>
<linkerflag>-lgcc</linkerflag>
</module>
</if>
@ -31,6 +30,7 @@
<library>rtl</library>
<library>libcntpr</library>
<linkerflag>-lgcc</linkerflag>
<linkerflag>-static</linkerflag>
</module>
</if>
<if property="ARCH" value="powerpc">