Changeset 2804a96 in clfs-embedded for BOOK


Ignore:
Timestamp:
Mar 28, 2009, 8:15:27 AM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
118c546
Parents:
05ce0d3
Message:

Updates - Endian Check - GCC and Binutils Patch Updates

Location:
BOOK
Files:
6 edited

Legend:

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

    r05ce0d3 r2804a96  
    3131  xpointer="xpointer(//*[@os='e'])"/>
    3232
    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/')
    3434if [ "${CLFS_ENDIAN}" = "LITTLE" ]; then
    3535  export CLFS_NOT_ENDIAN=BIG
  • BOOK/cross-tools/common/binutils.xml

    r05ce0d3 r2804a96  
    3232    enable.</para>
    3333
    34 <!--
    3534    <para os="p1">The following patch contains a number of updates to the
    3635    &binutils-version; branch by the Binutils developers:</para>
    3736
    3837<screen os="p2"><userinput>patch -Np1 -i ../&binutils-branch_update-patch;</userinput></screen>
    39 -->
    4038
    4139    <para os="p3">To make sure that the proper syntax is used for a couple of
  • BOOK/cross-tools/mips/variables.xml

    r05ce0d3 r2804a96  
    3131  xpointer="xpointer(//*[@os='e'])"/>
    3232
    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/')
    3434if [ "${CLFS_ENDIAN}" = "LITTLE" ]; then
    3535  export CLFS_NOT_ENDIAN=BIG
  • BOOK/general.ent

    r05ce0d3 r2804a96  
    33<!ENTITY month "03"> <!-- Use two digits -->
    44<!ENTITY month_name "March">
    5 <!ENTITY day "23"> <!-- Use two digits -->
     5<!ENTITY day "28"> <!-- Use two digits -->
    66<!ENTITY year "2009"> <!-- Use four digits -->
    77
  • BOOK/materials/common/patches.xml

    r05ce0d3 r2804a96  
    1919  <variablelist role="materials">
    2020
    21 <!--
    2221    <varlistentry>
    2322      <term>Binutils Branch Update Patch - <token>&binutils-branch_update-patch-size;</token>:</term>
     
    2827      </listitem>
    2928    </varlistentry>
    30 -->
    3129
    3230    <varlistentry>
  • BOOK/patches.ent

    r05ce0d3 r2804a96  
    55<!-- Start of Common Patches -->
    66
    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 "120 KB">
     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">
    1010
    1111<!ENTITY binutils-posix-patch "binutils-&binutils-version;-posix-1.patch">
     
    1717<!ENTITY busybox-branch_update-patch-size "11 KB">
    1818
    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 "325 KB">
     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">
    2222
    2323<!ENTITY gcc-posix-patch "gcc-&gcc-version;-posix-1.patch">
Note: See TracChangeset for help on using the changeset viewer.