Changeset 7f1f997 in clfs-embedded for BOOK


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.

Location:
BOOK/cross-tools
Files:
3 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>
  • BOOK/cross-tools/mips/variables.xml

    r5470f08 r7f1f997  
    4545        <row>
    4646          <entry>MIPS 32 bits Little Endian</entry>
    47           <entry>mipsel-unknown-linux-musl</entry>
     47          <entry>mipsel-linux-musl</entry>
    4848          <entry>1</entry>
    4949        </row>
    5050        <row>
    5151          <entry>MIPS 32 bits Big Endian</entry>
    52           <entry>mips-unknown-linux-musl</entry>
     52          <entry>mips-linux-musl</entry>
    5353          <entry>1</entry>
    5454        </row>
    5555        <row>
    5656          <entry>MIPS 64 bits Little Endian</entry>
    57           <entry>mips64el-unknown-linux-musl</entry>
     57          <entry>mips64el-linux-musl</entry>
    5858          <entry>3</entry>
    5959        </row>
    6060        <row>
    6161          <entry>MIPS 64 bits Big Endian</entry>
    62           <entry>mips64-unknown-linux-musl</entry>
     62          <entry>mips64-linux-musl</entry>
    6363          <entry>3</entry>
    6464        </row>
  • BOOK/cross-tools/x86/variables.xml

    r5470f08 r7f1f997  
    4747        <row>
    4848          <entry>486 Compatibles</entry>
    49           <entry>i486-pc-linux-musl</entry>
     49          <entry>i486-linux-musl</entry>
    5050          <entry>i486</entry>
    5151          <entry>Intel's i486</entry>
     
    5353        <row>
    5454          <entry>Pentium, K6, 586 Compatibles</entry>
    55           <entry>i586-pc-linux-musl</entry>
     55          <entry>i586-linux-musl</entry>
    5656          <entry>i586</entry>
    5757          <entry>Intel Pentium without MMX</entry>
     
    5959        <row>
    6060          <entry>Pentium II, Pentium III, Pentium 4</entry>
    61           <entry>i686-pc-linux-musl</entry>
     61          <entry>i686-linux-musl</entry>
    6262          <entry>i686</entry>
    6363          <entry>PentiumPro instruction set</entry>
     
    6565        <row>
    6666          <entry>Athlon</entry>
    67           <entry>i686-pc-linux-musl</entry>
     67          <entry>i686-linux-musl</entry>
    6868          <entry>athlon</entry>
    6969          <entry>AMD 32 bit Athlon</entry>
     
    7171        <row>
    7272          <entry>Opteron</entry>
    73           <entry>x86_64-unknown-linux-musl</entry>
     73          <entry>x86_64-linux-musl</entry>
    7474          <entry>k8</entry>
    7575          <entry>AMD K8 processors with x86-64</entry>
Note: See TracChangeset for help on using the changeset viewer.