aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2016-03-09 04:50:28 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2016-03-09 04:50:28 +0000
commit5bf238b8b413a43d2539d435e4ab3387299b8541 (patch)
treec7ee4462fc45313c33e6e968e6a586be1f04a77c /chapter05
parent30bd808c2c16df09d668e73d4811370b69fdec4e (diff)
Update to mpfr-3.1.4.
Update to linux-4.4.4. Update to pkg-config-0.29.1. Update to tcl-6.8.5. Remove --disable-profile from Glibc instructions. Create /var/log/faillog. Remove --enable-obsolete-rpc from Chapter 5 glibc git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11034 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/glibc.xml14
1 files changed, 6 insertions, 8 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index bdb931a90..63000bf70 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -59,9 +59,7 @@ cd build</userinput></screen>
--prefix=/tools \
--host=$LFS_TGT \
--build=$(../scripts/config.guess) \
- --disable-profile \
--enable-kernel=&min-kernel; \
- --enable-obsolete-rpc \
--with-headers=/tools/include \
libc_cv_forced_unwind=yes \
libc_cv_ctors_header=yes \
@@ -78,15 +76,15 @@ cd build</userinput></screen>
cross-compiler in <filename class="directory">/tools</filename>.</para>
</listitem>
</varlistentry>
-
+<!--
<varlistentry>
- <term><parameter>--disable-profile</parameter></term>
+ <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>
@@ -95,16 +93,16 @@ cd build</userinput></screen>
kernels are not enabled.</para>
</listitem>
</varlistentry>
-
+<!--
<varlistentry>
- <term><parameter>--enable-obsolete-rpc</parameter></term>
+ <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>