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/glibc.xml

    ra9e0b22 re097438  
    3232<parameter>-mcpu</parameter> options) are changed. If any environment
    3333variables that override default optimizations have been defined, such
    34 as <emphasis>CFLAGS</emphasis> and <emphasis>CXXFLAGS</emphasis>,
     34as <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>,
    3535unset them when building Glibc.</para>
    3636
     
    148148
    149149<para>For a discussion of test failures that are of particular
    150 importance, please see <xref linkend="ch-system-glibc"/>.</para>
     150importance, please see <xref linkend="ch-system-glibc" role="."/></para>
    151151
    152152<para>In this chapter, some tests can be adversely effected by
     
    165165
    166166<para>The install stage of Glibc will issue a harmless warning at the
    167 end about the absence of /tools/etc/ld.so.conf. Prevent this warning
    168 with:</para>
     167end about the absence of <filename>/tools/etc/ld.so.conf</filename>.
     168Prevent this warning with:</para>
    169169
    170170<screen><userinput>mkdir /tools/etc
     
    200200future packages to pass, in particular, the
    201201<emphasis>libstdc++</emphasis> tests from GCC. The following
    202 instructions, instead of the <emphasis>install-locales</emphasis>
     202instructions, instead of the <parameter>install-locales</parameter>
    203203target used above, will install the minimum set of locales necessary
    204204for the tests to run successfully:</para>
Note: See TracChangeset for help on using the changeset viewer.