Import the generic template and comment out _M_ARM since the toolchain already defines it.

THE ARM BUILD STARTS UP AGAIN (all host tools and makefiles are generated correctly).
NEW TARGET TOOLCHAIN IS NOW CEGCC 0.55 (GCC-4.4.0).

svn path=/trunk/; revision=41866
This commit is contained in:
ReactOS Portable Systems Group 2009-07-11 11:52:22 +00:00
parent 4fa43e4494
commit a3d7cdabd2

View file

@ -7,9 +7,9 @@
</xi:fallback>
</xi:include>
<xi:include href="baseaddress.rbuild" />
<xi:include href="ReactOS-generic.rbuild" />
<define name="_M_ARM" />
<!-- <define name="_M_ARM" /> Already defined by toolchain -->
<define name="_ARM_" />
<define name="__arm__" />
<define name="TARGET_arm" host="true" />