Changeset a9f0cdb for BOOK/final-system
- Timestamp:
- Oct 27, 2007, 2:55:08 PM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 1d0a2b6
- Parents:
- e9edcbd
- Location:
- BOOK/final-system
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/64/gcc.xml
re9edcbd ra9f0cdb 22 22 <title>Installation of GCC</title> 23 23 24 <para os="p1">Apply the following patch so that GCC links to /lib 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 so that GCC links to /lib 25 33 instead of /lib64:</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
re9edcbd ra9f0cdb 25 25 <sect2 role="installation"> 26 26 <title>Installation of GCC</title> 27 28 <para os="p1">The following patches merges all updates from the &gcc-version; Branch 29 from the GCC developers:</para> 30 31 <screen os="p2"><userinput>patch -Np1 -i ../&gcc-branch_update-patch;</userinput></screen> 27 32 28 33 <para os="d">Apply a <command>sed</command> substitution that will suppress the -
BOOK/final-system/mips64-64/gcc.xml
re9edcbd ra9f0cdb 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
re9edcbd ra9f0cdb 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/gcc.xml
re9edcbd ra9f0cdb 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/ppc64/gcc.xml
re9edcbd ra9f0cdb 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 <para os="ap1">GCC includes a <filename class="directory">nof</filename> directory
Note:
See TracChangeset
for help on using the changeset viewer.