aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter05/introduction.xml7
2 files changed, 4 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 24a2e651d..a432cc8c9 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -56,6 +56,10 @@
</itemizedlist>
</para></listitem>
+<listitem><para>September 18th, 2002 [timothy]: Chapter 05 - Introduction:
+Removed paragraph about static linking since it seems misleading and is
+covered in better detail in <emphasis>Why Static</emphasis>.</para></listitem>
+
<listitem><para>September 18th, 2002 [timothy]: Chapter 08 - Linux:
Removed <userinput>cd</userinput> command.</para></listitem>
diff --git a/chapter05/introduction.xml b/chapter05/introduction.xml
index 4fadad198..394089911 100644
--- a/chapter05/introduction.xml
+++ b/chapter05/introduction.xml
@@ -6,13 +6,6 @@
Linux system. This system will contain just enough tools to be able
to start constructing the final LFS system in the next chapter.</para>
-<para>The software in this chapter will be linked statically, because
-there is a possibility that your host Linux system uses a different
-version of the C library than the version you downloaded for
-use in your LFS system. If we were to link the programs in this
-chapter against that older C library, these programs might work
-incorrectly, or not at all, when we change to the LFS system.</para>
-
<para>The files compiled in this chapter will be installed under the
<filename class="directory">$LFS/static</filename> directory,
to keep them separate from the files installed in the next chapter.