Changeset 7f1f997 in clfs-embedded for BOOK/cross-tools/arm


Ignore:
Timestamp:
Oct 24, 2013, 7:53:51 AM (10 years ago)
Author:
Andrew Bradford <andrew@…>
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)
Message:

variables: Reduce triplets to 3 entries

No more "unknown" or "pc" portion. It's not needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/arm/variables.xml

    r5470f08 r7f1f997  
    2222
    2323  <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.  ARM9
     24  armv5l-linux-uclibeabi, ARM arch of armv5t, and float of soft.  ARM9
    2525  processors do not usually have hardware floating point abilities. If your
    2626  processor is a Cortex-A series, which often have hardware floating point
    2727  capability, good choices include: triplet of
    28   armv7a-unknown-linux-musleabi, ARM arch of armv7-a, float of hard, and fpu
     28  armv7a-linux-musleabi, ARM arch of armv7-a, float of hard, and fpu
    2929  of vfpv3-d16.</para>
    3030
     
    5757          <entry>Generic arm, version 5</entry>
    5858          <entry>EABI</entry>
    59           <entry>armv5l-unknown-linux-musleabi</entry>
     59          <entry>armv5l-linux-musleabi</entry>
    6060        </row>
    6161        <row>
    6262          <entry>Generic arm</entry>
    6363          <entry>EABI</entry>
    64           <entry>arm-unknown-linux-musleabi</entry>
     64          <entry>arm-linux-musleabi</entry>
    6565        </row>
    6666        <row>
    6767          <entry>Generic arm, version 7-a </entry>
    6868          <entry>EABI</entry>
    69           <entry>armv7a-unknown-linux-musleabi</entry>
     69          <entry>armv7a-linux-musleabi</entry>
    7070        </row>
    7171      </tbody>
Note: See TracChangeset for help on using the changeset viewer.