[ros-diffs] [ros-arm-bringup] 32150: 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.

ros-arm-bringup at svn.reactos.org ros-arm-bringup at svn.reactos.org
Wed Feb 6 08:19:14 CET 2008


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/freeldr.rbuild?rev=32150&r1=32149&r2=32150&view=diff
==============================================================================
--- 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">




More information about the Ros-diffs mailing list