We now make sure to build with the static version of libgcc. Previously, this resulte...
authorReactOS Portable Systems Group <ros-arm-bringup@svn.reactos.org>
Wed, 6 Feb 2008 07:19:13 +0000 (07:19 +0000)
committerReactOS Portable Systems Group <ros-arm-bringup@svn.reactos.org>
Wed, 6 Feb 2008 07:19:13 +0000 (07:19 +0000)
svn path=/trunk/; revision=32150

reactos/boot/freeldr/freeldr/freeldr.rbuild

index 7521086..6cd9a65 100644 (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">