Changeset 885ee0e in clfs-embedded for BOOK/cross-tools/arm/variables.xml


Ignore:
Timestamp:
Feb 16, 2011, 5:16:25 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
0f33b23
Parents:
ac7abbd
Message:

Changed ARM triplets: uclibcgnueabi to uclibceabi

It does the same thing and makes the table smaller.
Either arm*-*-linux-uclibcgnueabi or arm*-*-linux-uclibceabi are valid
and set the same options for configuring GCC.

File:
1 edited

Legend:

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

    rac7abbd r885ee0e  
    7676          <entry>little</entry>
    7777          <entry>EABI</entry>
    78           <entry>armv5l-unknown-linux-uclibcgnueabi</entry>
     78          <entry>armv5l-unknown-linux-uclibceabi</entry>
    7979        </row>
    8080        <row>
     
    8282          <entry>big</entry>
    8383          <entry>EABI</entry>
    84           <entry>armv5b-unknown-linux-uclibcgnueabi</entry>
     84          <entry>armv5b-unknown-linux-uclibceabi</entry>
    8585        </row>
    8686        <row>
     
    8888          <entry>little</entry>
    8989          <entry>EABI</entry>
    90           <entry>arm-unknown-linux-uclibcgnueabi</entry>
     90          <entry>arm-unknown-linux-uclibceabi</entry>
    9191        </row>
    9292        <row>
     
    9494          <entry>little</entry>
    9595          <entry>EABI</entry>
    96           <entry>armv7a-unknown-linux-uclibcgnueabi</entry>
     96          <entry>armv7a-unknown-linux-uclibceabi</entry>
    9797        </row>
    9898      </tbody>
Note: See TracChangeset for help on using the changeset viewer.