Changeset a6b5527 in clfs-embedded for BOOK/cross-tools/arm


Ignore:
Timestamp:
Feb 6, 2011, 12:48:01 PM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
d44503cc
Parents:
69ce2ab
Message:

Removed -mabi='s from BUILD

We're going to set the ABI when building GCC, don't need to use
the -mabi= part for BUILD.

File:
1 edited

Legend:

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

    r69ce2ab ra6b5527  
    5757        <row>
    5858          <entry>apcs-gnu</entry>
    59           <entry>-mabi=apcs-gnu</entry>
     59          <entry>apcs-gnu</entry>
    6060          <entry>Legacy ABI, arm4 and older</entry>
    6161        </row>
    6262        <row>
    6363          <entry>atpcs</entry>
    64           <entry>-mabi=atpcs</entry>
     64          <entry>atpcs</entry>
    6565          <entry>Thumb ABI</entry>
    6666        </row>
    6767        <row>
    6868          <entry>aapcs</entry>
    69           <entry>-mabi=aapcs</entry>
     69          <entry>aapcs</entry>
    7070          <entry>EABI w/ variable size enums</entry>
    7171        </row>
    7272        <row>
    7373          <entry>aapcs-linux</entry>
    74           <entry>-mabi=aapcs-linux</entry>
     74          <entry>aapcs-linux</entry>
    7575          <entry>EABI w/ standard Linux 32 bit (int) enums</entry>
    7676        </row>
    7777        <row>
    7878          <entry>iwmmxt</entry>
    79           <entry>-mabi=iwmmxt</entry>
     79          <entry>iwmmxt</entry>
    8080          <entry>Supports Intel XScale MMX extensions</entry>
    8181        </row>
Note: See TracChangeset for help on using the changeset viewer.