Ignore:
Timestamp:
08/29/2004 06:36:34 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
8b320e7
Parents:
ec0a37e6
Message:

Second round of edits for final release

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    rec0a37e6 r69993f4  
    5757<listitem><para>The purpose of this switch is to remove <filename class="directory">/usr/local/include</filename>
    5858from <command>gcc</command>'s include search path. This is not absolutely
    59 essential, however, this helps to minimize the influence of the host
     59essential, however, it helps to minimize the influence of the host
    6060system.</para></listitem>
    6161</varlistentry>
     
    6969<filename>libgcc_eh.a</filename> available ensures that the configure
    7070script for Glibc (the next package we compile) produces the proper
    71 results. Note that the GCC binaries will still be linked statically,
    72 as this is controlled by the <parameter>-static</parameter> value of
     71results. Note that the GCC binaries will still be linked statically
     72because this is controlled by the <parameter>-static</parameter> value of
    7373the <emphasis>BOOT_LDFLAGS</emphasis> variable in the next
    7474step.</para></listitem>
     
    7777<varlistentry>
    7878<term><parameter>--enable-languages=c</parameter></term>
    79 <listitem><para>This option
    80 ensures that only the C compiler is built. This option is only needed when you
    81 have downloaded and unpacked the full GCC tarball, as opposed to just
    82 having unpacked the gcc-core tarball.</para></listitem>
     79<listitem><para>This option ensures that only the C compiler is built.
     80This option is only needed when you have downloaded and unpacked the
     81full GCC tarball, as opposed to just the gcc-core
     82tarball.</para></listitem>
    8383</varlistentry>
    8484</variablelist>
     
    110110normally be run, but, as mentioned before, the test suite framework is
    111111not in place yet. The benefits of running the tests at this point
    112 would be minimal since the programs from this first pass will soon be
     112are minimal since the programs from this first pass will soon be
    113113replaced.</para>
    114114
     
    121121and therefore usable on all kinds of UNIX systems where the GNU C compiler
    122122is not always installed. Running <command>cc</command> leaves the system administrator
    123 free to decide what C compiler to install.</para>
     123free to decide which C compiler to install.</para>
    124124
    125125<screen><userinput>ln -s gcc /tools/bin/cc</userinput></screen>
     
    128128
    129129<sect2 role="content"><title/>
    130 <para>The details on this package are found in <xref linkend="contents-gcc"/>.</para>
     130<para>Details on this package are located in <xref linkend="contents-gcc"/>.</para>
    131131</sect2>
    132132
Note: See TracChangeset for help on using the changeset viewer.