- Timestamp:
- Mar 28, 2009, 3:15:27 PM (16 years ago)
- Branches:
- master
- Children:
- 118c546
- Parents:
- 05ce0d3
- Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/variables.xml
r05ce0d3 r2804a96 31 31 xpointer="xpointer(//*[@os='e'])"/> 32 32 33 <screen os="f"><userinput>export CLFS_ENDIAN=$(echo ${CLFS_ TARGET} | sed -e 's/armeb/BIG/' -e 's/arm/LITTLE/')33 <screen os="f"><userinput>export CLFS_ENDIAN=$(echo ${CLFS_ARCH} | sed -e 's/armeb/BIG/' -e 's/arm/LITTLE/') 34 34 if [ "${CLFS_ENDIAN}" = "LITTLE" ]; then 35 35 export CLFS_NOT_ENDIAN=BIG -
BOOK/cross-tools/common/binutils.xml
r05ce0d3 r2804a96 32 32 enable.</para> 33 33 34 <!--35 34 <para os="p1">The following patch contains a number of updates to the 36 35 &binutils-version; branch by the Binutils developers:</para> 37 36 38 37 <screen os="p2"><userinput>patch -Np1 -i ../&binutils-branch_update-patch;</userinput></screen> 39 -->40 38 41 39 <para os="p3">To make sure that the proper syntax is used for a couple of -
BOOK/cross-tools/mips/variables.xml
r05ce0d3 r2804a96 31 31 xpointer="xpointer(//*[@os='e'])"/> 32 32 33 <screen os="f"><userinput>export CLFS_ENDIAN=$(echo ${CLFS_ TARGET} | sed -e 's/mipsel/LITTLE/' -e 's/mips/BIG/')33 <screen os="f"><userinput>export CLFS_ENDIAN=$(echo ${CLFS_ARCH} | sed -e 's/mipsel/LITTLE/' -e 's/mips/BIG/') 34 34 if [ "${CLFS_ENDIAN}" = "LITTLE" ]; then 35 35 export CLFS_NOT_ENDIAN=BIG -
BOOK/general.ent
r05ce0d3 r2804a96 3 3 <!ENTITY month "03"> <!-- Use two digits --> 4 4 <!ENTITY month_name "March"> 5 <!ENTITY day "2 3"> <!-- Use two digits -->5 <!ENTITY day "28"> <!-- Use two digits --> 6 6 <!ENTITY year "2009"> <!-- Use four digits --> 7 7 -
BOOK/materials/common/patches.xml
r05ce0d3 r2804a96 19 19 <variablelist role="materials"> 20 20 21 <!--22 21 <varlistentry> 23 22 <term>Binutils Branch Update Patch - <token>&binutils-branch_update-patch-size;</token>:</term> … … 28 27 </listitem> 29 28 </varlistentry> 30 -->31 29 32 30 <varlistentry> -
BOOK/patches.ent
r05ce0d3 r2804a96 5 5 <!-- Start of Common Patches --> 6 6 7 <!ENTITY binutils-branch_update-patch "binutils-&binutils-version;-branch_update- 4.patch">8 <!ENTITY binutils-branch_update-patch-md5 " 4f587bb8161b08e60b7e7bc98c56ff7d">9 <!ENTITY binutils-branch_update-patch-size " 120KB">7 <!ENTITY binutils-branch_update-patch "binutils-&binutils-version;-branch_update-1.patch"> 8 <!ENTITY binutils-branch_update-patch-md5 "bd1b2aa7ffe522a65c2dd1cdd373e563"> 9 <!ENTITY binutils-branch_update-patch-size "555 KB"> 10 10 11 11 <!ENTITY binutils-posix-patch "binutils-&binutils-version;-posix-1.patch"> … … 17 17 <!ENTITY busybox-branch_update-patch-size "11 KB"> 18 18 19 <!ENTITY gcc-branch_update-patch "gcc-&gcc-version;-branch_update- 3.patch">20 <!ENTITY gcc-branch_update-patch-md5 " c04708c294327b346bf26d9c7faf6df4">21 <!ENTITY gcc-branch_update-patch-size "3 25KB">19 <!ENTITY gcc-branch_update-patch "gcc-&gcc-version;-branch_update-5.patch"> 20 <!ENTITY gcc-branch_update-patch-md5 "d52b227655a341694809de17eba2d58d"> 21 <!ENTITY gcc-branch_update-patch-size "359 KB"> 22 22 23 23 <!ENTITY gcc-posix-patch "gcc-&gcc-version;-posix-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.