[ros-diffs] [sir_richard] 48846: [FREELDR]: Fix the last remaining build issue. Libgcc needs to be linked to provide umovsi/udivsi, etc (same fix as for setupldr).
sir_richard at svn.reactos.org
sir_richard at svn.reactos.org
Tue Sep 21 17:50:01 UTC 2010
Author: sir_richard
Date: Tue Sep 21 17:50:01 2010
New Revision: 48846
URL: http://svn.reactos.org/svn/reactos?rev=48846&view=rev
Log:
[FREELDR]: Fix the last remaining build issue. Libgcc needs to be linked to provide umovsi/udivsi, etc (same fix as for setupldr).
Modified:
trunk/reactos/boot/freeldr/freeldr/freeldr.rbuild
Modified: trunk/reactos/boot/freeldr/freeldr/freeldr.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/freeldr.rbuild?rev=48846&r1=48845&r2=48846&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/freeldr.rbuild [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/freeldr/freeldr.rbuild [iso-8859-1] Tue Sep 21 17:50:01 2010
@@ -33,5 +33,9 @@
<library>rtl</library>
<library>libcntpr</library>
<library>cportlib</library>
+ <group linkerset="ld">
+ <linkerflag>-static</linkerflag>
+ <linkerflag>-lgcc</linkerflag>
+ </group>
</module>
</ifnot>
More information about the Ros-diffs
mailing list