Changeset a9f0cdb for BOOK/final-system


Ignore:
Timestamp:
Oct 27, 2007, 2:55:08 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
1d0a2b6
Parents:
e9edcbd
Message:

Added GCC 4.2.2 Branch Update Patch

Location:
BOOK/final-system
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/64/gcc.xml

    re9edcbd ra9f0cdb  
    2222    <title>Installation of GCC</title>
    2323
    24     <para os="p1">Apply the following patch so that GCC links to /lib
     24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="../common/gcc.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="../common/gcc.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
     31
     32    <para os="p3">Apply the following patch so that GCC links to /lib
    2533    instead of /lib64:</para>
    2634
    27 <screen os="p2"><userinput>patch -Np1 -i ../&gcc-pure64-patch;</userinput></screen>
     35<screen os="p4"><userinput>patch -Np1 -i ../&gcc-pure64-patch;</userinput></screen>
    2836
    2937    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/common/gcc.xml

    re9edcbd ra9f0cdb  
    2525  <sect2 role="installation">
    2626    <title>Installation of GCC</title>
     27
     28    <para os="p1">The following patches merges all updates from the &gcc-version; Branch
     29    from the GCC developers:</para>
     30
     31<screen os="p2"><userinput>patch -Np1 -i ../&gcc-branch_update-patch;</userinput></screen>
    2732
    2833    <para os="d">Apply a <command>sed</command> substitution that will suppress the
  • BOOK/final-system/mips64-64/gcc.xml

    re9edcbd ra9f0cdb  
    2323
    2424    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    25     href="../64/gcc.xml"
     25    href="../common/gcc.xml"
    2626    xpointer="xpointer(//*[@os='p1'])"/>
    2727
    2828    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="../common/gcc.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
     31
     32    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2933    href="../64/gcc.xml"
    30     xpointer="xpointer(//*[@os='p2'])"/>
     34    xpointer="xpointer(//*[@os='p3'])"/>
     35
     36    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     37    href="../64/gcc.xml"
     38    xpointer="xpointer(//*[@os='p4'])"/>
    3139
    3240    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/mips64/gcc.xml

    re9edcbd ra9f0cdb  
    2121  <sect2 role="installation">
    2222    <title>Installation of GCC</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="../common/gcc.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="../common/gcc.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
    2331
    2432    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/gcc.xml

    re9edcbd ra9f0cdb  
    2121  <sect2 role="installation">
    2222    <title>Installation of GCC</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="../common/gcc.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="../common/gcc.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
    2331
    2432    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/ppc64/gcc.xml

    re9edcbd ra9f0cdb  
    2121  <sect2 role="installation">
    2222    <title>Installation of GCC</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="../common/gcc.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="../common/gcc.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
    2331
    2432    <para os="ap1">GCC includes a <filename class="directory">nof</filename> directory
Note: See TracChangeset for help on using the changeset viewer.