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/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.