Changeset 75a0379 in clfs-embedded for BOOK/cross-tools/arm


Ignore:
Timestamp:
Oct 15, 2013, 1:00:05 PM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
c01e552
Parents:
d6d3617
git-author:
Andrew Bradford <andrew@…> (10/14/13 13:21:45)
git-committer:
Andrew Bradford <andrew@…> (10/15/13 13:00:05)
Message:

Convert from uClibc to musl-libc

Does not include musl required patches for gcc or binutils but the book
builds and uClibc has been removed.

File:
1 edited

Legend:

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

    rd6d3617 r75a0379  
    2727  processor is a Cortex-A series, which often have hardware floating point
    2828  capability, good choices include: triplet of
    29   armv7a-unknown-linux-uclibceabi, ARM arch of armv7-a, float of hard, and fpu
     29  armv7a-unknown-linux-musleabi, ARM arch of armv7-a, float of hard, and fpu
    3030  of vfpv3-d16.</para>
    3131
     
    102102          <entry>little</entry>
    103103          <entry>EABI</entry>
    104           <entry>armv5l-unknown-linux-uclibceabi</entry>
     104          <entry>armv5l-unknown-linux-musleabi</entry>
    105105        </row>
    106106        <row>
     
    108108          <entry>big</entry>
    109109          <entry>EABI</entry>
    110           <entry>armv5b-unknown-linux-uclibceabi</entry>
     110          <entry>armv5b-unknown-linux-musleabi</entry>
    111111        </row>
    112112        <row>
     
    114114          <entry>little</entry>
    115115          <entry>EABI</entry>
    116           <entry>arm-unknown-linux-uclibceabi</entry>
     116          <entry>arm-unknown-linux-musleabi</entry>
    117117        </row>
    118118        <row>
     
    120120          <entry>little</entry>
    121121          <entry>EABI</entry>
    122           <entry>armv7a-unknown-linux-uclibceabi</entry>
     122          <entry>armv7a-unknown-linux-musleabi</entry>
    123123        </row>
    124124      </tbody>
Note: See TracChangeset for help on using the changeset viewer.