Changeset aad85a6 for chapter05


Ignore:
Timestamp:
04/20/2015 11:28:26 AM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.8-systemd, 7.9-systemd
Children:
a65f8ca2
Parents:
9d438f4
Message:

Imported changes from the main book.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10894 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter05
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r9d438f4 raad85a6  
    9999    prevents unexpected changes to the original files in case the commands are
    100100    inadvertently run twice.  </para>
    101 
     101<!--
    102102    <para>GCC doesn't detect stack protection correctly, which causes problems
    103103    for the build of Glibc-&glibc-version;, so fix that by issuing the following
     
    105105
    106106<screen><userinput remap="pre">sed -i '/k prot/agcc_cv_libc_provides_ssp=yes' gcc/configure</userinput></screen>
     107-->
     108
    107109<!--
    108110    <para>Also fix a problem identified upstream:</para>
     
    121123    --target=$LFS_TGT                              \
    122124    --prefix=/tools                                \
     125    --with-glibc-version=2.11                      \
    123126    --with-sysroot=$LFS                            \
    124127    --with-newlib                                  \
  • chapter05/libstdc++.xml

    r9d438f4 raad85a6  
    8080        <term><parameter>--disable-libstdcxx-threads</parameter></term>
    8181        <listitem>
    82           <para>Since we have not built the thread C library, the C++
    83           one cannot be built as well.</para>
     82          <para>Since we have not yet built the C threads library, the C++
     83          one cannot be built either.</para>
    8484        </listitem>
    8585      </varlistentry>
  • chapter05/linux-headers.xml

    r9d438f4 raad85a6  
    4949    kernel source tarball.</para>
    5050
    51     <para>Make sure there are no stale files and dependencies lying around
    52     from previous activity:</para>
     51    <para>Make sure there are no stale files embedded in the package:</para>
    5352
    5453<screen><userinput remap="pre">make mrproper</userinput></screen>
  • chapter05/tcl.xml

    r9d438f4 raad85a6  
    1010
    1111  <sect1info condition="script">
    12     <productname>tcl</productname>
     12    <productname>tcl-core</productname>
    1313    <productnumber>&tcl-version;</productnumber>
    1414    <address>&tcl-url;</address>
    1515  </sect1info>
    1616
    17   <title>Tcl-&tcl-version;</title>
     17  <title>Tcl-core-&tcl-version;</title>
    1818
    1919  <indexterm zone="ch-tools-tcl">
    20     <primary sortas="a-Tcl">Tcl</primary>
     20    <primary sortas="a-Tcl">Tcl-core</primary>
    2121  </indexterm>
    2222
     
    3939
    4040  <sect2 role="installation">
    41     <title>Installation of Tcl</title>
     41    <title>Installation of Tcl-core</title>
    4242
    4343    <para>This package and the next three (Expect, DejaGNU, and Check) are
     
    4848    run in this chapter (they are not mandatory), these packages are required
    4949    to run the test suites in <xref linkend="chapter-building-system"/>.</para>
     50
     51    <para>Note that the Tcl package used here is a minimal version needed
     52    to run the LFS tests.  For the full package, see the 
     53    <ulink url='&blfs-book;general/tcl.html'>BLFS Tcl procedures</ulink>.</para>
    5054
    5155    <para>Prepare Tcl for compilation:</para>
     
    9498
    9599  <sect2 id="contents-tcl" role="content">
    96     <title>Contents of Tcl</title>
     100    <title>Contents of Tcl-core</title>
    97101
    98102    <segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.