diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-02-06 20:14:49 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-02-06 20:14:49 +0000 |
commit | c10c9831bfec3f3db10c4c6695bfc2ca742a871b (patch) | |
tree | 82156387da1954d858fdb61b71e55d4f4d288742 | |
parent | 082bbce4904ccc9b9c15748beb1ac344ab2f763e (diff) |
Simlify instructions for glibc in Chapter 5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11512 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter05/glibc.xml | 10 | ||||
-rw-r--r-- | general.ent | 6 |
3 files changed, 19 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 475badc91..3371c469f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -44,6 +44,16 @@ --> <listitem> + <para>2019-02-06</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Simlify instructions for glibc in Chapter 5. + Thanks to Romain Geissler for the report.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2019-02-05</para> <itemizedlist> <listitem> diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 09636a1e3..d8a4f6733 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -55,10 +55,11 @@ cd build</userinput></screen> --prefix=/tools \ --host=$LFS_TGT \ --build=$(../scripts/config.guess) \ - --enable-kernel=&min-kernel; \ - --with-headers=/tools/include \ + --enable-kernel=&min-kernel; \ + --with-headers=/tools/include</userinput></screen> +<!-- libc_cv_forced_unwind=yes \ - libc_cv_c_cleanup=yes</userinput></screen> + libc_cv_c_cleanup=yes</userinput></screen> --> <variablelist> <title>The meaning of the configure options:</title> @@ -89,7 +90,7 @@ cd build</userinput></screen> features the kernel has and can optimize itself accordingly.</para> </listitem> </varlistentry> - +<!-- <varlistentry> <term><parameter>libc_cv_forced_unwind=yes</parameter></term> <listitem> @@ -110,6 +111,7 @@ cd build</userinput></screen> cleanup handling support is configured.</para> </listitem> </varlistentry> +--> <!-- <varlistentry> <term><parameter>libc_cv_ctors_header=yes</parameter></term> <listitem> diff --git a/general.ent b/general.ent index 321802e51..c6c5fd584 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20190205"> +<!ENTITY version "SVN-20190206"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; Change to x.y for release but not -rc releases --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20190205-systemd"> +<!ENTITY versiond "20190206-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "February 5, 2019"> +<!ENTITY releasedate "February 6, 2019"> <!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.4"> |