[FREELDR]: Add startup file for ARM builds as well, so that _start can be the first function in the file.

svn path=/trunk/; revision=49745
This commit is contained in:
Sir Richard 2010-11-23 17:19:22 +00:00
parent 492d30fecb
commit 262a3a7945

View file

@ -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>