Author: ros-arm-bringup Date: Wed Feb 6 10:19:13 2008 New Revision: 32150
URL: http://svn.reactos.org/svn/reactos?rev=32150&view=rev Log: 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.
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/freeld... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/freeldr.rbuild (original) +++ trunk/reactos/boot/freeldr/freeldr/freeldr.rbuild Wed Feb 6 10:19:13 2008 @@ -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">