Author: manuel Date: 2005-06-03 13:18:20 -0600 (Fri, 03 Jun 2005) New Revision: 5636
Modified: branches/cross-lfs/BOOK/cross-tools/common/glibc-linuxthreads.xml Log: Indented cross-tools/common/glibc-linuxthreads.xml Modified: branches/cross-lfs/BOOK/cross-tools/common/glibc-linuxthreads.xml =================================================================== --- branches/cross-lfs/BOOK/cross-tools/common/glibc-linuxthreads.xml 2005-06-03 18:59:46 UTC (rev 5635) +++ branches/cross-lfs/BOOK/cross-tools/common/glibc-linuxthreads.xml 2005-06-03 19:18:20 UTC (rev 5636) @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" + "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ <!ENTITY % general-entities SYSTEM "../../general.ent"> <!ENTITY % patches-entities SYSTEM "../../patches.ent"> %general-entities; @@ -7,52 +8,60 @@ ]> <sect1 id="ch-cross-tools-glibc" role="wrap"> -<title>Glibc-&glibc-version;</title> -<?dbhtml filename="glibc.html"?> + <?dbhtml filename="glibc.html"?> -<indexterm zone="ch-cross-tools-glibc"> -<primary sortas="a-Glibc">Glibc</primary> -<secondary>cross tools</secondary></indexterm> + <title>Glibc-&glibc-version;</title> -<sect2 role="package"><title/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../final-system/x86/glibc.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/> + <indexterm zone="ch-cross-tools-glibc"> + <primary sortas="a-Glibc">Glibc</primary> + <secondary>cross tools</secondary></indexterm> -<segmentedlist> -<segtitle>&buildtime;</segtitle> -<segtitle>&diskspace;</segtitle> -<seglistitem><seg>11.8 SBU</seg><seg>800 MB</seg></seglistitem> -</segmentedlist> + <sect2 role="package"> + <title/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../final-system/x86/glibc.xml" xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../../final-system/x86/glibc.xml" + xpointer="xpointer(id('package-glibc')/para[1])"/> -</sect2> + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> -<sect2 role="installation"> -<title>Installation of Glibc</title> + <seglistitem> + <seg>Not checked yet</seg> + <seg>Not checked yet</seg> + </seglistitem> + </segmentedlist> -<para>This package is known to have issues when its default -optimization flags (including the <parameter>-march</parameter> and -<parameter>-mcpu</parameter> options) are changed. If any environment -variables that override default optimizations have been defined, such -as <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>, -unset them when building Glibc.</para> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../../final-system/x86/glibc.xml" + xpointer="xpointer(id('package-glibc')/segmentedlist[2])"/> -<para>It should be noted that compiling Glibc in any way other than -the method suggested in this book puts the stability of the system at -risk.</para> + </sect2> -<para>NPTL is not supported under this architecture, so we are going to -remove the nptl directory from the Glibc source:</para> + <sect2 role="installation"> + <title>Installation of Glibc</title> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../../final-system/x86/glibc.xml" + xpointer="xpointer(id('install-glibc')/para[1])"/> + + <para>It should be noted that compiling Glibc in any way other than + the method suggested in this book puts the stability of the system at + risk.</para> + + <para>NPTL is not supported under this architecture, so we are going to + remove the nptl directory from the Glibc source:</para> + <screen><userinput>rm -rf nptl*</userinput></screen> -<para>The Glibc documentation recommends building Glibc outside of the source -directory in a dedicated build directory:</para> + <para>The Glibc documentation recommends building Glibc outside of the + source directory in a dedicated build directory:</para> <screen><userinput>mkdir ../glibc-build cd ../glibc-build</userinput></screen> -<para>Next, prepare Glibc for compilation:</para> + <para>Next, prepare Glibc for compilation:</para> <screen><userinput>CC="${LFS_TARGET}-gcc" AR="${LFS_TARGET}-ar" \ RANLIB="${LFS_TARGET}-ranlib" \ @@ -62,82 +71,96 @@ --enable-kernel=2.6.0 --with-binutils=/cross-tools/bin \ --with-headers=/tools/include</userinput></screen> -<para>The meaning of the configure options:</para> + <variablelist> + <title>The meaning of the configure options:</title> -<variablelist> -<varlistentry> -<term><parameter>--disable-profile</parameter></term> -<listitem><para>This builds the libraries without profiling -information. Omit this option if profiling on the temporary tools is -necessary.</para></listitem> -</varlistentry> + <varlistentry> + <term><parameter>--disable-profile</parameter></term> + <listitem> + <para>This builds the libraries without profiling information. + Omit this option if profiling on the cross tools is + necessary.</para> + </listitem> + </varlistentry> -<varlistentry> -<term><parameter>--enable-add-ons</parameter></term> -<listitem><para>This tells Glibc to use the NPTL add-on as its threading -library.</para></listitem> -</varlistentry> + <varlistentry> + <term><parameter>--enable-add-ons</parameter></term> + <listitem> + <para>This tells Glibc to use the linuxthreads add-on as its + threading library.</para> + </listitem> + </varlistentry> -<varlistentry> -<term><parameter>--enable-kernel=2.6.0</parameter></term> -<listitem><para>This tells Glibc to compile the library with support -for 2.6.x Linux kernels.</para></listitem> -</varlistentry> + <varlistentry> + <term><parameter>--enable-kernel=2.6.0</parameter></term> + <listitem> + <para>This tells Glibc to compile the library with support + for 2.6.x Linux kernels.</para> + </listitem> + </varlistentry> -<varlistentry> -<term><parameter>--with-binutils=/cross-tools/bin</parameter></term> -<listitem><para>While not required, this switch ensures that there are -no errors pertaining to which Binutils programs get used during the -Glibc build.</para></listitem> -</varlistentry> + <varlistentry> + <term><parameter>--with-binutils=/cross-tools/bin</parameter></term> + <listitem> + <para>While not required, this switch ensures that there are + no errors pertaining to which Binutils programs get used during + the Glibc build.</para> + </listitem> + </varlistentry> -<varlistentry> -<term><parameter>--without-gd</parameter></term> -<listitem><para>This prevents the build of the -<command>memusagestat</command> program, which insists on linking -against the host's libraries (libgd, libpng, libz, -etc.).</para></listitem> -</varlistentry> + <varlistentry> + <term><parameter>--without-gd</parameter></term> + <listitem> + <para>This prevents the build of the <command>memusagestat</command> + program, which insists on linking against the host's libraries + (libgd, libpng, libz, etc.).</para> + </listitem> + </varlistentry> -<varlistentry> -<term><parameter>--with-headers=/tools/include</parameter></term> -<listitem><para>This tells Glibc to compile itself against the headers recently -installed to the tools directory, so that it knows exactly what features the -kernel has and can optimize itself accordingly.</para></listitem> -</varlistentry> + <varlistentry> + <term><parameter>--with-headers=/tools/include</parameter></term> + <listitem> + <para>This tells Glibc to compile itself against the headers + recently installed to the tools directory, so that it knows + exactly what features the kernel has and can optimize itself + accordingly.</para> + </listitem> + </varlistentry> -</variablelist> + </variablelist> -<para>During this stage the following warning might appear:</para> + <para>During this stage the following warning might appear:</para> <blockquote><screen><computeroutput>configure: WARNING: -*** These auxiliary programs are missing or +*** These auxiliary programs are missing or *** incompatible versions: msgfmt *** some features will be disabled. *** Check the INSTALL file for required versions.</computeroutput></screen></blockquote> -<para>The missing or incompatible <command>msgfmt</command> program is -generally harmless, but it can sometimes cause issues when running the -test suite. This <command>msgfmt</command> program is part of the -Gettext package which the host distribution should provide. If -<command>msgfmt</command> is present but deemed incompatible, upgrade -the host system's Gettext package or continue without it and see if -the test suite runs without problems regardless.</para> + <para>The missing or incompatible <command>msgfmt</command> program is + generally harmless, but it can sometimes cause issues when running the + test suite. This <command>msgfmt</command> program is part of the + Gettext package which the host distribution should provide. If + <command>msgfmt</command> is present but deemed incompatible, upgrade + the host system's Gettext package or continue without it and see if + the test suite runs without problems regardless.</para> -<para>Compile the package:</para> + <para>Compile the package:</para> <screen><userinput>make</userinput></screen> -<para>Install the package:</para> + <para>Install the package:</para> <screen><userinput>make install</userinput></screen> -</sect2> + </sect2> -<sect2 role="content"><title/> -<para>Details on this package are located in <xref -linkend="contents-glibc" role="."/></para> -</sect2> + <sect2 role="content"> + <title/> + <para>Details on this package are located in <xref + linkend="contents-glibc" role="."/></para> + + </sect2> + </sect1> - -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
