Changeset c31ae75 in clfs-embedded for BOOK/cross-tools/arm/variables.xml
- Timestamp:
- Sep 18, 2012, 12:36:23 PM (12 years ago)
- Branches:
- master
- Children:
- 295d48f
- Parents:
- 2e5c4b9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/variables.xml
r2e5c4b9 rc31ae75 21 21 tables at the bottom of this page as a reference.</para> 22 22 23 <para os="a1">First, set the host and target triplets:</para> 23 <para os="a1">Most ARM processors are little endian, it is a safe choice. 24 If your processor is an ARM9, good choices include: triplet of 25 armv5l-unknown-linux-uclibeabi, ARM arch of armv5t, float of softfp, and fpu 26 of either none or softvfp. ARM9 processors do not always have hardware 27 floating point abilities. If your processor is a Cortex-A8 or Cortex-A9, good 28 choices include: triplet of armv7a-unknown-linux-uclibceabi, ARM arch of 29 armv7-a, float of hard, and fpu of vfpv3-d16.</para> 30 31 <para os="a2">First, set the host and target triplets:</para> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 217 225 <row> 218 226 <entry>neon-vfpv4</entry> 227 <entry>softvfp</entry> 228 <entry>none</entry> 219 229 </row> 220 230 </tbody>
Note:
See TracChangeset
for help on using the changeset viewer.