Changeset 7f1f997 in clfs-embedded for BOOK/cross-tools/arm
- Timestamp:
- Oct 24, 2013, 7:53:51 AM (11 years ago)
- Branches:
- master
- Children:
- 3bd8481
- Parents:
- 5470f08
- git-author:
- Andrew Bradford <andrew@…> (10/24/13 07:51:13)
- git-committer:
- Andrew Bradford <andrew@…> (10/24/13 07:53:51)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/variables.xml
r5470f08 r7f1f997 22 22 23 23 <para os="a1">If your processor is an ARM9, good choices include: triplet of 24 armv5l- unknown-linux-uclibeabi, ARM arch of armv5t, and float of soft. ARM924 armv5l-linux-uclibeabi, ARM arch of armv5t, and float of soft. ARM9 25 25 processors do not usually have hardware floating point abilities. If your 26 26 processor is a Cortex-A series, which often have hardware floating point 27 27 capability, good choices include: triplet of 28 armv7a- unknown-linux-musleabi, ARM arch of armv7-a, float of hard, and fpu28 armv7a-linux-musleabi, ARM arch of armv7-a, float of hard, and fpu 29 29 of vfpv3-d16.</para> 30 30 … … 57 57 <entry>Generic arm, version 5</entry> 58 58 <entry>EABI</entry> 59 <entry>armv5l- unknown-linux-musleabi</entry>59 <entry>armv5l-linux-musleabi</entry> 60 60 </row> 61 61 <row> 62 62 <entry>Generic arm</entry> 63 63 <entry>EABI</entry> 64 <entry>arm- unknown-linux-musleabi</entry>64 <entry>arm-linux-musleabi</entry> 65 65 </row> 66 66 <row> 67 67 <entry>Generic arm, version 7-a </entry> 68 68 <entry>EABI</entry> 69 <entry>armv7a- unknown-linux-musleabi</entry>69 <entry>armv7a-linux-musleabi</entry> 70 70 </row> 71 71 </tbody>
Note:
See TracChangeset
for help on using the changeset viewer.