Ignore:
Timestamp:
09/05/2004 11:18:43 AM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
752f4e5
Parents:
a9e0b22
Message:

Tags corrections, Chapter 5.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    ra9e0b22 re097438  
    3535<parameter>-mcpu</parameter> options) are changed. If any environment
    3636variables that override default optimizations have been defined, such
    37 as <emphasis>CFLAGS</emphasis> and <emphasis>CXXFLAGS</emphasis>,
     37as <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>,
    3838unset them when building GCC.</para>
    3939
     
    6565<listitem><para>This switch may seem counter-intuitive at first.
    6666However, this switch allows the building of
    67 <filename>libgcc_s.so.1</filename> and
    68 <filename>libgcc_eh.a</filename>, and having
    69 <filename>libgcc_eh.a</filename> available ensures that the configure
     67<filename class="libraryfile">libgcc_s.so.1</filename> and
     68<filename class="libraryfile">libgcc_eh.a</filename>, and having
     69<filename class="libraryfile">libgcc_eh.a</filename> available ensures that the configure
    7070script for Glibc (the next package we compile) produces the proper
    7171results. Note that the GCC binaries will still be linked statically
    7272because this is controlled by the <parameter>-static</parameter> value of
    73 the <emphasis>BOOT_LDFLAGS</emphasis> variable in the next
     73the <envar>BOOT_LDFLAGS</envar> variable in the next
    7474step.</para></listitem>
    7575</varlistentry>
Note: See TracChangeset for help on using the changeset viewer.