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


Ignore:
Timestamp:
Nov 28, 2010, 7:46:43 AM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
d9bcc87
Parents:
87d09b7
Message:

Updated uClibc to 0.9.31.

File:
1 edited

Legend:

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

    r87d09b7 ra9bbc46  
    2525  xpointer="xpointer(//*[@os='c'])"/>
    2626
    27 <screen os="d"><userinput>export CLFS_ARCH=$(echo ${CLFS_TARGET} | sed -e 's/-.*//' -e 's/arm.*/arm/g')</userinput></screen>
    28 
    29   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30   href="../x86/variables.xml"
    31   xpointer="xpointer(//*[@os='e'])"/>
    32 
    33 <screen os="f"><userinput>export CLFS_ENDIAN=$(echo ${CLFS_ARCH} | sed -e 's/armeb/BIG/' -e 's/arm/LITTLE/')
    34 if [ "${CLFS_ENDIAN}" = "LITTLE" ]; then
    35   export CLFS_NOT_ENDIAN=BIG
    36 else
    37   export CLFS_NOT_ENDIAN=LITTLE
    38 fi</userinput></screen>
     27<screen os="d"><userinput>export CLFS_ARCH=arm
     28export CLFS_ENDIAN=<replaceable>[endianess]</replaceable></userinput></screen>
    3929
    4030  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    5848        <row>
    5949          <entry>Processor</entry>
     50          <entry>Endianess</entry>
    6051          <entry>Target Triplet</entry>
    6152        </row>
     
    6455      <tbody>
    6556        <row>
    66           <entry>Generic arm, little endian</entry>
     57          <entry>Generic arm</entry>
     58          <entry>little</entry>
    6759          <entry>arm-unknown-linux-uclibc</entry>
    6860        </row>
    6961        <row>
    70           <entry>Generic arm, version 5, little endian</entry>
     62          <entry>Generic arm, version 5</entry>
     63          <entry>little</entry>
    7164          <entry>armv5l-unknown-linux-uclibc</entry>
    7265        </row>
    7366        <row>
    74           <entry>Generic arm, version 5, big endian</entry>
     67          <entry>Generic arm, version 5</entry>
     68          <entry>big</entry>
    7569          <entry>armv5b-unknown-linux-uclibc</entry>
    7670        </row>
Note: See TracChangeset for help on using the changeset viewer.