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


Ignore:
Timestamp:
Oct 24, 2013, 7:53:51 AM (11 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/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>
Note: See TracChangeset for help on using the changeset viewer.