[ros-diffs] [sir_richard] 49745: [FREELDR]: Add startup file for ARM builds as well, so that _start can be the first function in the file.
sir_richard at svn.reactos.org
sir_richard at svn.reactos.org
Tue Nov 23 17:19:23 UTC 2010
Author: sir_richard
Date: Tue Nov 23 17:19:22 2010
New Revision: 49745
URL: http://svn.reactos.org/svn/reactos?rev=49745&view=rev
Log:
[FREELDR]: Add startup file for ARM builds as well, so that _start can be the first function in the file.
Modified:
trunk/reactos/boot/freeldr/freeldr/freeldr_startup.rbuild
Modified: trunk/reactos/boot/freeldr/freeldr/freeldr_startup.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/freeldr_startup.rbuild?rev=49745&r1=49744&r2=49745&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/freeldr_startup.rbuild [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/freeldr/freeldr_startup.rbuild [iso-8859-1] Tue Nov 23 17:19:22 2010
@@ -16,5 +16,10 @@
<file>arch.S</file>
</directory>
</if>
+ <if property="ARCH" value="arm">
+ <directory name="arm">
+ <file first="true">boot.s</file>
+ </directory>
+ </if>
</directory>
</module>
More information about the Ros-diffs
mailing list