Changeset a9bbc46 in clfs-embedded for BOOK/cross-tools/arm
- Timestamp:
- Nov 28, 2010, 7:46:43 AM (14 years ago)
- Branches:
- master
- Children:
- d9bcc87
- Parents:
- 87d09b7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/variables.xml
r87d09b7 ra9bbc46 25 25 xpointer="xpointer(//*[@os='c'])"/> 26 26 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 28 export CLFS_ENDIAN=<replaceable>[endianess]</replaceable></userinput></screen> 39 29 40 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 58 48 <row> 59 49 <entry>Processor</entry> 50 <entry>Endianess</entry> 60 51 <entry>Target Triplet</entry> 61 52 </row> … … 64 55 <tbody> 65 56 <row> 66 <entry>Generic arm, little endian</entry> 57 <entry>Generic arm</entry> 58 <entry>little</entry> 67 59 <entry>arm-unknown-linux-uclibc</entry> 68 60 </row> 69 61 <row> 70 <entry>Generic arm, version 5, little endian</entry> 62 <entry>Generic arm, version 5</entry> 63 <entry>little</entry> 71 64 <entry>armv5l-unknown-linux-uclibc</entry> 72 65 </row> 73 66 <row> 74 <entry>Generic arm, version 5, big endian</entry> 67 <entry>Generic arm, version 5</entry> 68 <entry>big</entry> 75 69 <entry>armv5b-unknown-linux-uclibc</entry> 76 70 </row>
Note:
See TracChangeset
for help on using the changeset viewer.