Changeset 6a043e2 for BOOK/final-system/common
- Timestamp:
- Aug 27, 2008, 4:51:20 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ddbac3c
- Parents:
- 5df4d80
- Location:
- BOOK/final-system/common
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/gcc.xml
r5df4d80 r6a043e2 25 25 <sect2 role="installation"> 26 26 <title>Installation of GCC</title> 27 28 <!--29 <para os="p1">The following patch merges all updates from the &gcc-version; Branch30 of GCC:</para>31 32 <screen os="p2"><userinput>patch -Np1 -i ../&gcc-branch_update-patch;</userinput></screen>33 -->34 35 <para os="p3">The following patch enables fixes compilation errors with the kernel:</para>36 37 <screen os="p4"><userinput>patch -Np1 -i ../&gcc-PR31490-patch;</userinput></screen>38 27 39 28 <para os="d">Apply a <command>sed</command> substitution that will suppress the -
BOOK/final-system/common/glibc.xml
r5df4d80 r6a043e2 46 46 of achieving a clean build.</para> 47 47 48 <para os="p1">The following patch esmerges all updates from the &glibc-version; Branch48 <para os="p1">The following patch merges all updates from the &glibc-version; Branch 49 49 from the Glibc developers:</para> 50 50 51 51 <screen os="p2"><userinput>patch -Np1 -i ../&glibc-branch_update-patch;</userinput></screen> 52 53 <para os="p3">The following patch causes the Glibc build system to include 54 headers from GCC's <filename class="directory">include-fixed</filename> 55 directory:</para> 56 57 <screen os="p4"><userinput>patch -Np1 -i ../&glibc-include_fixed-patch;</userinput></screen> 52 58 53 59 <para os="c">The following patch fixes an issue that can
Note:
See TracChangeset
for help on using the changeset viewer.