Changeset 79ccd95 for BOOK/final-system/common
- Timestamp:
- Apr 17, 2006, 6:37:55 PM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- c705c5d
- Parents:
- 966f725
- Location:
- BOOK/final-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/gcc.xml
r966f725 r79ccd95 34 34 <sect2 role="installation"> 35 35 <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> 36 41 37 42 <para os="d">Apply a <command>sed</command> substitution that will suppress the -
BOOK/final-system/common/util-linux.xml
r966f725 r79ccd95 60 60 61 61 <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 disklabel64 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>67 62 68 63 <para os="a">Prepare Util-linux for compilation:</para>
Note:
See TracChangeset
for help on using the changeset viewer.