mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 00:05:44 +00:00
*** WE WILL NOW BE FOCUSING AND BUILDING FOR ARM CORTEX-A8 (ARMv7) ***
*** SUPPORT FOR ARMv6 WILL ALSO BE ENFORCED, BUT NOTHING LOWER *** *** THE TARGET PLATFORM IS TI OMAP3-35xx and OMAP3-34xx *** svn path=/trunk/; revision=41880
This commit is contained in:
parent
a9f8283eba
commit
3622a2263a
1 changed files with 4 additions and 4 deletions
|
@ -15,19 +15,19 @@
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Sub-architecture (board) to build for. Specify one of:
|
Sub-architecture (board) to build for. Specify one of:
|
||||||
kurobox versatile
|
kurobox versatile omap3
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<property name="SARCH" value="versatile" />
|
<property name="SARCH" value="omap3" />
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Generate instructions for this CPU type. Specify one of:
|
Generate instructions for this CPU type. Specify one of:
|
||||||
armv5te
|
armv5te armv7-a
|
||||||
|
|
||||||
See GCC manual for more CPU names.
|
See GCC manual for more CPU names.
|
||||||
-->
|
-->
|
||||||
<property name="OARCH" value="armv5te" />
|
<property name="OARCH" value="armv7-a" />
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue