diff options
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r-- | chapter05/glibc.xml | 40 |
1 files changed, 2 insertions, 38 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 53865f690..2a72325c9 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -42,11 +42,7 @@ <sect2 role="installation"> <title>Installation of Glibc</title> -<!-- - <para>First fix a build problem that affects i386 systems:</para> -<screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen> ---> <para>Fix some problems identified upstream:</para> <screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen> @@ -80,15 +76,7 @@ cd build</userinput></screen> cross-compiler in <filename class="directory">/tools</filename>.</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 temporary tools is necessary.</para> - </listitem> - </varlistentry> ---> + <varlistentry> <term><parameter>--enable-kernel=&min-kernel;</parameter></term> <listitem> @@ -97,16 +85,7 @@ cd build</userinput></screen> kernels are not enabled.</para> </listitem> </varlistentry> -<!-- - <varlistentry> - <term><parameter>- -enable-obsolete-rpc</parameter></term> - <listitem> - <para>This installs NIS and RPC related headers that are not - installed by default. They are required to build GCC and by - several BLFS packages.</para> - </listitem> - </varlistentry> ---> + <varlistentry> <term><parameter>--with-headers=/tools/include</parameter></term> <listitem> @@ -169,21 +148,6 @@ cd build</userinput></screen> <screen><userinput remap="make">make</userinput></screen> -<!-- - <para>This package does come with a test suite, however, it cannot be - run at this time because we do not have a C++ compiler yet.</para> - - <note> - <para>The test suite also requires locale data to be installed in order to run - successfully. Locale data provides information to the system regarding - such things as the date, time, and currency formats accepted and output by - system utilities. If the test suites are not being run in this chapter - (as per the recommendation), there is no need to install the locales now. - The appropriate locales will be installed in the next chapter. To install - the Glibc locales anyway, use instructions from <xref - linkend="ch-system-glibc" role="."/></para> - </note> ---> <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> |