mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
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:
parent
4fa43e4494
commit
a3d7cdabd2
1 changed files with 2 additions and 2 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue