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


Ignore:
Timestamp:
Sep 18, 2012, 5:36:23 AM (12 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
295d48f
Parents:
2e5c4b9
Message:

cross-tools/arm/vars: Add recommended build vars

ARM build variable selection is confusing. There's too many
combinations of choices. Provide some recommendations for ARM9 and
Cortex-A{8,9} that generally hold true. ARM9 and Cortex-A{8,9} are
generally the processors people build for today.

Signed-off-by: Andrew Bradford <andrew@…>

File:
1 edited

Legend:

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

    r2e5c4b9 rc31ae75  
    2121  tables at the bottom of this page as a reference.</para>
    2222
    23   <para os="a1">First, set the host and target triplets:</para>
     23  <para os="a1">Most ARM processors are little endian, it is a safe choice.
     24  If your processor is an ARM9, good choices include: triplet of
     25  armv5l-unknown-linux-uclibeabi, ARM arch of armv5t, float of softfp, and fpu
     26  of either none or softvfp. ARM9 processors do not always have hardware
     27  floating point abilities. If your processor is a Cortex-A8 or Cortex-A9, good
     28  choices include: triplet of armv7a-unknown-linux-uclibceabi, ARM arch of
     29  armv7-a, float of hard, and fpu of vfpv3-d16.</para>
     30
     31  <para os="a2">First, set the host and target triplets:</para>
    2432
    2533  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    217225        <row>
    218226          <entry>neon-vfpv4</entry>
     227          <entry>softvfp</entry>
     228          <entry>none</entry>
    219229        </row>
    220230      </tbody>
Note: See TracChangeset for help on using the changeset viewer.