Changeset 79ccd95 for BOOK/final-system
- 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
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/64/gcc.xml
r966f725 r79ccd95 22 22 <title>Installation of GCC</title> 23 23 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 25 33 to /lib.</para> 26 34 27 <screen os="p 2"><userinput>patch -Np1 -i ../&gcc-pure64-patch;</userinput></screen>35 <screen os="p4"><userinput>patch -Np1 -i ../&gcc-pure64-patch;</userinput></screen> 28 36 29 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
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> -
BOOK/final-system/mips/gcc.xml
r966f725 r79ccd95 21 21 <sect2 role="installation"> 22 22 <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'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/mips64-64/gcc.xml
r966f725 r79ccd95 23 23 24 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 href="../ 64/gcc.xml"25 href="../common/gcc.xml" 26 26 xpointer="xpointer(//*[@os='p1'])"/> 27 27 28 28 <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" 29 33 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'])"/> 31 39 32 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/mips64/gcc.xml
r966f725 r79ccd95 21 21 <sect2 role="installation"> 22 22 <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'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/mips64/util-linux.xml
r966f725 r79ccd95 42 42 xpointer="xpointer(//*[@os='p4'])"/> 43 43 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 53 45 and a MIPS processor. The follow patch addresses this error:</para> 54 46 55 <screen os="p 8"><userinput>patch -Np1 -i ../&util-linux-mips64-patch;</userinput></screen>47 <screen os="p6"><userinput>patch -Np1 -i ../&util-linux-mips64-patch;</userinput></screen> 56 48 57 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/gcc.xml
r966f725 r79ccd95 21 21 <sect2 role="installation"> 22 22 <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'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/util-linux.xml
r966f725 r79ccd95 44 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 45 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 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"53 href="../common/util-linux.xml"54 46 xpointer="xpointer(//*[@os='a'])"/> 55 47
Note:
See TracChangeset
for help on using the changeset viewer.