Changeset 830dc4e in clfs-sysroot


Ignore:
Timestamp:
Mar 9, 2007, 5:53:38 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
60b0a15
Parents:
ca003e3
Message:

Added the gcc PR20425 patch to the final system and final cross-compiler builds.

Location:
BOOK
Files:
4 edited

Legend:

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

    rca003e3 r830dc4e  
    3030    href="../../final-system/common/gcc.xml"
    3131    xpointer="xpointer(//*[@os='p2'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../../final-system/common/gcc.xml"
     35    xpointer="xpointer(//*[@os='p3'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38    href="../../final-system/common/gcc.xml"
     39    xpointer="xpointer(//*[@os='p4'])"/>
    3240
    3341    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/common/gcc.xml

    rca003e3 r830dc4e  
    3030
    3131<screen os="p2"><userinput>patch -Np1 -i ../&gcc-posix-patch;</userinput></screen>
     32
     33    <para os="p3">The following patch fixes the searching of multilib dirs
     34    for specs file. The patch standardizes the gcc drivers path iteration
     35    functions, ensuring multilib directories are searched in the correct
     36    order. This fixes various issues, most noticably with libtool on
     37    multilib systems:</para>
     38
     39<screen os="p4"><userinput>patch -Np1 -i ../&gcc-PR20425-patch;</userinput></screen>
    3240
    3341    <para os="a">Apply a <command>sed</command> substitution that will suppress the
  • BOOK/materials/common/patches.xml

    rca003e3 r830dc4e  
    9292
    9393    <varlistentry>
     94      <term>GCC PR20425 Patch - <token>&gcc-PR20425-patch-size;</token>:</term>
     95      <listitem>
     96        <para>Download: <ulink
     97        url="&patches-root;&gcc-PR20425-patch;"/></para>
     98        <para>MD5 sum: <literal>&gcc-PR20425-patch-md5;</literal></para>
     99      </listitem>
     100    </varlistentry>
     101
     102    <varlistentry>
    94103      <term>Glibc Branch Update - <token>&glibc-branch_update-patch-size;</token>:</term>
    95104      <listitem>
  • BOOK/patches.ent

    rca003e3 r830dc4e  
    3636<!ENTITY gcc-posix-patch-md5 "9aa1cdcbaedb4e1ed3f65ae25cdc413b">
    3737<!ENTITY gcc-posix-patch-size "12 KB">
     38
     39<!ENTITY gcc-PR20425-patch "gcc-&gcc-version;-PR20425-1.patch">
     40<!ENTITY gcc-PR20425-patch-md5 "95535bda8e4d37d30251db0b121b5374">
     41<!ENTITY gcc-PR20425-patch-size "36 KB">
    3842
    3943<!ENTITY glibc-branch_update-patch "glibc-&glibc-version;-branch_update-3.patch">
Note: See TracChangeset for help on using the changeset viewer.