Changeset 668e60a in clfs-sysroot


Ignore:
Timestamp:
Dec 11, 2006, 2:25:14 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
5ed871a
Parents:
16ca464
Message:

Removed MINOR patch and replaced it with a more complete upstream patch will all current updates to the 2.5 branch of Glibc.

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/glibc.xml

    r16ca464 r668e60a  
    6363<screen os="p6"><userinput>patch -Np1 -i ../&glibc-cross_hacks-patch;</userinput></screen>
    6464
    65     <para os="p7">The following patch corrects the Minor version, changing the
    66     value from 4 to 5:</para>
    67 
    68 <screen os="p8"><userinput>patch -Np1 -i ../&glibc-minor-patch;</userinput></screen>
     65    <para os="p7">The following patches merges all updates from the 2.5 Branch from
     66    the Glibc developers:</para>
     67
     68<screen os="p8"><userinput>patch -Np1 -i ../&glibc-branch_update-patch;</userinput></screen>
    6969
    7070    <para os="b">The Glibc documentation recommends building Glibc outside of the
  • BOOK/introduction/common/changelog.xml

    r16ca464 r668e60a  
    4040      <para>December 11, 2006</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Removed MINOR patch and replaced it with a more
     44          complete upstream patch will all current updates to the 2.5 branch
     45          of Glibc.</para>
     46        </listitem>
    4247        <listitem>
    4348          <para>[jciccone] - Updated Tar to 1.16.1.</para>
  • BOOK/materials/common/patches.xml

    r16ca464 r668e60a  
    128128
    129129    <varlistentry>
     130      <term>Glibc Branch Update - <token>&glibc-branch_update-patch-size;</token>:</term>
     131      <listitem>
     132        <para>Download: <ulink
     133        url="&patches-root;&glibc-branch_update-patch;"/></para>
     134        <para>MD5 sum: <literal>&glibc-branch_update-patch-md5;</literal></para>
     135      </listitem>
     136    </varlistentry>
     137
     138    <varlistentry>
    130139      <term>Glibc Cross-Compiling Hacks Patch- <token>&glibc-cross_hacks-patch-size;</token>:</term>
    131140      <listitem>
     
    136145    </varlistentry>
    137146 
    138     <varlistentry>
    139       <term>Glibc Versioning Update - <token>&glibc-minor-patch-size;</token>:</term>
    140       <listitem>
    141         <para>Download: <ulink
    142         url="&patches-root;&glibc-minor-patch;"/></para>
    143         <para>MD5 sum: <literal>&glibc-minor-patch-md5;</literal></para>
    144       </listitem>
    145     </varlistentry>
    146 
    147147    <varlistentry>
    148148      <term>Glibc Disable linking with libgcc_eh.a - <token>&glibc-libgcc_eh-patch-size;</token>:</term>
  • BOOK/patches.ent

    r16ca464 r668e60a  
    5353<!ENTITY gcc-posix-patch-size "9 KB">
    5454
     55<!ENTITY glibc-branch_update-patch "glibc-&glibc-version;-branch_update-1.patch">
     56<!ENTITY glibc-branch_update-patch-md5 "2b061a8e78e54c88ae5a162a677d239f">
     57<!ENTITY glibc-branch_update-patch-size "20 KB">
     58
    5559<!ENTITY glibc-cross_hacks-patch "glibc-&glibc-version;-cross_hacks-2.patch">
    5660<!ENTITY glibc-cross_hacks-patch-md5 "b932942fea39a9beb2ba8a0664344493">
    5761<!ENTITY glibc-cross_hacks-patch-size "20 KB">
    58 
    59 <!ENTITY glibc-minor-patch "glibc-&glibc-version;-MINOR-1.patch">
    60 <!ENTITY glibc-minor-patch-md5 "b782dff6ec9531e062aa019cb4198aed">
    61 <!ENTITY glibc-minor-patch-size "4 KB">
    6262
    6363<!ENTITY glibc-libgcc_eh-patch "glibc-&glibc-version;-libgcc_eh-2.patch">
Note: See TracChangeset for help on using the changeset viewer.