Changeset 3885

Show
Ignore:
Timestamp:
01/23/08 01:54:00 (1 year ago)
Author:
jciccone
Message:

Add a patch that fixes builds on i586.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/cross-tools/x86/glibc.xml

    r3665 r3885  
    4242    href="../common/glibc.xml" 
    4343    xpointer="xpointer(//*[@os='d'])"/> 
     44 
     45    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
     46    href="../../final-system/x86/glibc.xml" 
     47    xpointer="xpointer(//*[@os='ap1'])"/> 
     48 
     49    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
     50    href="../../final-system/x86/glibc.xml" 
     51    xpointer="xpointer(//*[@os='ap2'])"/> 
    4452 
    4553    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
  • trunk/BOOK/final-system/x86/glibc.xml

    r3762 r3885  
    3737    href="../common/glibc.xml" 
    3838    xpointer="xpointer(//*[@os='p2'])"/> 
     39 
     40    <para os="ap1">The following patch ensures that memcpy_chk, mempcpy_chk, 
     41    and memset_chk are defined for i586.</para> 
     42 
     43    <screen os="ap2"><userinput>patch -Np1 -i ../&glibc-i586_chk-patch;</userinput></screen> 
    3944 
    4045    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
  • trunk/BOOK/materials/x86/patches.xml

    r3463 r3885  
    2222    </varlistentry> 
    2323 
     24    <varlistentry os="glibc-i586_chk-patch"> 
     25      <term>Glibc i586 memcpy, mempcpy, memset Patch - <token>&glibc-i586_chk-patch-size;</token>:</term> 
     26      <listitem> 
     27        <para>Download: <ulink 
     28        url="&patches-root;&glibc-i586_chk-patch;"/></para> 
     29        <para>MD5 sum: <literal>&glibc-i586_chk-patch-md5;</literal></para> 
     30      </listitem> 
     31    </varlistentry> 
     32 
    2433    <varlistentry os="grub-fixes-patch"> 
    2534      <term>Grub Various Fixes - <token>&grub-fixes-patch-size;</token>:</term> 
  • trunk/BOOK/patches.ent

    r3870 r3885  
    213213<!ENTITY silo-fixes-patch-size "668 KB"> 
    214214 
     215<!-- Start of x86 patches --> 
     216 
     217<!ENTITY glibc-i586_chk-patch "glibc-&glibc-version;-i586_chk-1.patch"> 
     218<!ENTITY glibc-i586_chk-patch-md5 "b0aa1748731c459bab1ac1efbb0ec7ef"> 
     219<!ENTITY glibc-i586_chk-patch-size "4 KB"> 
     220 
    215221<!-- Start of x86/x86_64 patches --> 
    216222