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/freel…
==============================================================================
--- 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>