Ignore:
Timestamp:
01/31/2005 07:05:22 PM (19 years ago)
Author:
Jim Gifford <jim@…>
Children:
4dca1e2
Parents:
c2133bc
Message:

Updates

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    rc2133bc rf5ccac81  
    3232<title>Installation of Glibc</title>
    3333
    34 <para>This package is known to have issues when its default
     34<para>This package is known to behave badly when you change its default
    3535optimization flags (including the <parameter>-march</parameter> and
    36 <parameter>-mcpu</parameter> options) are changed. If any environment
    37 variables that override default optimizations have been defined, such
    38 as <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>,
    39 unset them when building Glibc.</para>
     36<parameter>-mcpu</parameter> options). Therefore, if you have defined any
     37environment variables that override default optimizations, such as CFLAGS and
     38CXXFLAGS, we recommend un-setting them when building Glibc.</para>
     39
     40<para arch="ppc;raq2">Unpack the glibc-linuxthreads-&glibc-version; <emphasis>and</emphasis> the
     41glibc-libidn-&glibc-version; tarball -- they will unfold into the same directory.</para>
     42
     43<para arch="alpha;x86">Unpack the glibc-libidn-&glibc-version; tarball -- it
     44will unfold into the same directory.</para>
    4045
    4146<para>The Glibc build system is self-contained and will install
     
    179184<para>Build the linuxthreads man pages, which are a great reference
    180185on the threading API (applicable to NPTL as well):</para>
     186
     187<para arch="alpha;x86">Unpack the glibc-linuxthreads-&glibc-version; tarball -- it
     188is needed for the next two make commands. You can ignore this if you do want
     189the threading API man pages.</para>
    181190
    182191<screen><userinput>make -C ../glibc-&glibc-version;/linuxthreads/man</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.