Changeset 4dbd276 for BOOK/final-system
- Timestamp:
- Jun 3, 2013, 12:50:47 PM (11 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- fd7a9f3
- Parents:
- 578cf221
- Location:
- BOOK/final-system
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/64/gcc.xml
r578cf221 r4dbd276 21 21 <sect2 role="installation"> 22 22 <title>Installation of GCC</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 href="../common/gcc.xml"26 xpointer="xpointer(//*[@os='p1'])"/>27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"29 href="../common/gcc.xml"30 xpointer="xpointer(//*[@os='p2'])"/>31 32 23 33 24 <para os="p5">Apply the following patch so that GCC links to -
BOOK/final-system/common/gcc.xml
r578cf221 r4dbd276 25 25 <sect2 role="installation"> 26 26 <title>Installation of GCC</title> 27 28 29 <para os="p1">The following patch contains a number of updates to the30 &gcc-version; branch by the GCC developers:</para>31 32 <screen os="p2"><userinput>patch -Np1 -i ../&gcc-branch_update-patch;</userinput></screen>33 27 34 28 <para os="d">Apply a <command>sed</command> substitution that will suppress the … … 55 49 --enable-clocale=gnu --enable-languages=c,c++ \ 56 50 --disable-multilib --disable-libstdcxx-pch \ 57 --enable-cloog-backend=isl</userinput></screen> 51 --enable-cloog-backend=isl --with-system-zlib \ 52 --disable-cloog-version-check --enable-checking=release \ 53 --enable-libstdcxx-time --disable-install-libiberty</userinput></screen> 58 54 59 55 <para os="j">Compile the package:</para> -
BOOK/final-system/mips/gcc.xml
r578cf221 r4dbd276 21 21 <sect2 role="installation"> 22 22 <title>Installation of GCC</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 href="../common/gcc.xml"26 xpointer="xpointer(//*[@os='p1'])"/>27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"29 href="../common/gcc.xml"30 xpointer="xpointer(//*[@os='p2'])"/>31 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"33 href="../../cross-tools/mips/gcc-static.xml"34 xpointer="xpointer(//*[@os='f1'])"/>35 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"37 href="../../cross-tools/mips/gcc-static.xml"38 xpointer="xpointer(//*[@os='f2'])"/>39 23 40 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/mips64-64/gcc.xml
r578cf221 r4dbd276 22 22 <title>Installation of GCC</title> 23 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 href="../common/gcc.xml"26 xpointer="xpointer(//*[@os='p1'])"/>27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"29 href="../common/gcc.xml"30 xpointer="xpointer(//*[@os='p2'])"/>31 32 33 24 <para os="p5">Apply the following patch so that GCC links to 34 25 <filename class="directory">/lib</filename> instead of … … 36 27 37 28 <screen os="p6"><userinput>patch -Np1 -i ../&gcc-pure64-patch;</userinput></screen> 38 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"40 href="../../cross-tools/mips/gcc-static.xml"41 xpointer="xpointer(//*[@os='f1'])"/>42 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"44 href="../../cross-tools/mips/gcc-static.xml"45 xpointer="xpointer(//*[@os='f2'])"/>46 29 47 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/mips64/gcc.xml
r578cf221 r4dbd276 21 21 <sect2 role="installation"> 22 22 <title>Installation of GCC</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 href="../common/gcc.xml"26 xpointer="xpointer(//*[@os='p1'])"/>27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"29 href="../common/gcc.xml"30 xpointer="xpointer(//*[@os='p2'])"/>31 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"33 href="../../cross-tools/mips/gcc-static.xml"34 xpointer="xpointer(//*[@os='f1'])"/>35 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"37 href="../../cross-tools/mips/gcc-static.xml"38 xpointer="xpointer(//*[@os='f2'])"/>39 23 40 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 65 49 --enable-__cxa_atexit --enable-c99 --enable-long-long --with-abi=64 \ 66 50 --enable-clocale=gnu --enable-languages=c,c++ --disable-libstdcxx-pch \ 67 --enable-cloog-backend=isl</userinput></screen> 51 --enable-cloog-backend=isl --with-system-zlib \ 52 --disable-cloog-version-check --enable-checking=release \ 53 --enable-libstdcxx-time --disable-install-libiberty</userinput></screen> 68 54 69 55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/gcc.xml
r578cf221 r4dbd276 21 21 <sect2 role="installation"> 22 22 <title>Installation of GCC</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 href="../common/gcc.xml"26 xpointer="xpointer(//*[@os='p1'])"/>27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"29 href="../common/gcc.xml"30 xpointer="xpointer(//*[@os='p2'])"/>31 23 32 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 57 49 --enable-__cxa_atexit --enable-c99 --enable-long-long \ 58 50 --enable-clocale=gnu --enable-languages=c,c++ --disable-libstdcxx-pch \ 59 --enable-cloog-backend=isl</userinput></screen> 51 --enable-cloog-backend=isl --with-system-zlib \ 52 --disable-cloog-version-check --enable-checking=release \ 53 --enable-libstdcxx-time --disable-install-libiberty</userinput></screen> 60 54 61 55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/ppc/gcc.xml
r578cf221 r4dbd276 21 21 <sect2 role="installation"> 22 22 <title>Installation of GCC</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 href="../common/gcc.xml"26 xpointer="xpointer(//*[@os='p1'])"/>27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"29 href="../common/gcc.xml"30 xpointer="xpointer(//*[@os='p2'])"/>31 23 32 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/ppc64/gcc.xml
r578cf221 r4dbd276 21 21 <sect2 role="installation"> 22 22 <title>Installation of GCC</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 href="../common/gcc.xml"26 xpointer="xpointer(//*[@os='p1'])"/>27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"29 href="../common/gcc.xml"30 xpointer="xpointer(//*[@os='p2'])"/>31 23 32 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.