Changeset 79ccd95 for BOOK/final-system


Ignore:
Timestamp:
Apr 17, 2006, 6:37:55 PM (18 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:
c705c5d
Parents:
966f725
Message:

Removed the util-linux and kernel sun disklabel patches and replaced it with a gcc patch that fixes the issue

Location:
BOOK/final-system
Files:
9 edited

Legend:

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

    r966f725 r79ccd95  
    2222    <title>Installation of GCC</title>
    2323
    24     <para os="p1">Apply the following patch to so that linking to /lib64 is now set
     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 to so that linking to /lib64 is now set
    2533    to /lib.</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

    r966f725 r79ccd95  
    3434  <sect2 role="installation">
    3535    <title>Installation of GCC</title>
     36
     37    <para os="p1">The following patch fixes an issue where gcc doesn't generate
     38    some code properly.</para>
     39
     40<screen os="p2"><userinput>patch -Np1 -i ../&gcc-fold_const-patch;</userinput></screen>
    3641
    3742    <para os="d">Apply a <command>sed</command> substitution that will suppress the
  • BOOK/final-system/common/util-linux.xml

    r966f725 r79ccd95  
    6060
    6161<screen os="p4"><userinput>patch -Np1 -i ../&util-linux-gcc4_fixes-patch;</userinput></screen>
    62 
    63     <para os="p5">Util-linux does not compute the checksum of a sun disklabel
    64     properly with gcc-&gcc-version;. The following patch fixes this issue:</para>
    65 
    66 <screen os="p6"><userinput>patch -Np1 -i ../&util-linux-gcc41_sun_disklabel_fixes-patch;</userinput></screen>
    6762
    6863    <para os="a">Prepare Util-linux for compilation:</para>
  • BOOK/final-system/mips/gcc.xml

    r966f725 r79ccd95  
    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/mips64-64/gcc.xml

    r966f725 r79ccd95  
    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

    r966f725 r79ccd95  
    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/mips64/util-linux.xml

    r966f725 r79ccd95  
    4242    xpointer="xpointer(//*[@os='p4'])"/>
    4343
    44     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    45     href="../common/util-linux.xml"
    46     xpointer="xpointer(//*[@os='p5'])"/>
    47 
    48     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    49     href="../common/util-linux.xml"
    50     xpointer="xpointer(//*[@os='p6'])"/>
    51 
    52     <para os="p7">Util-linux has a compilation error when built using 64bit
     44    <para os="p5">Util-linux has a compilation error when built using 64bit
    5345    and a MIPS processor. The follow patch addresses this error:</para>
    5446
    55 <screen os="p8"><userinput>patch -Np1 -i ../&util-linux-mips64-patch;</userinput></screen>
     47<screen os="p6"><userinput>patch -Np1 -i ../&util-linux-mips64-patch;</userinput></screen>
    5648
    5749    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/gcc.xml

    r966f725 r79ccd95  
    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/util-linux.xml

    r966f725 r79ccd95  
    4444    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    4545    href="../common/util-linux.xml"
    46     xpointer="xpointer(//*[@os='p5'])"/>
    47 
    48     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    49     href="../common/util-linux.xml"
    50     xpointer="xpointer(//*[@os='p6'])"/>
    51 
    52     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    53     href="../common/util-linux.xml"
    5446    xpointer="xpointer(//*[@os='a'])"/>
    5547
Note: See TracChangeset for help on using the changeset viewer.