Changeset 8c323d0


Ignore:
Timestamp:
Jan 22, 2008, 5:54:00 PM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
32b4399
Parents:
4bf670f1
Message:

Add a patch that fixes builds on i586.

Files:
1 added
4 edited

Legend:

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

    r4bf670f1 r8c323d0  
    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"
  • BOOK/final-system/x86/glibc.xml

    r4bf670f1 r8c323d0  
    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"
  • BOOK/materials/x86/patches.xml

    r4bf670f1 r8c323d0  
    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>
  • BOOK/patches.ent

    r4bf670f1 r8c323d0  
    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
Note: See TracChangeset for help on using the changeset viewer.