aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/introduction.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-09-19 03:31:29 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-09-19 03:31:29 +0000
commit10d473cc86e63c6b17cbd257369270226438ef01 (patch)
tree4cefa8a653510a2396415ef53931a2a4a7fac0ad /chapter05/introduction.xml
parent00d4d2bedf8b355e08498f5574cbe584bdf50650 (diff)
Removed a misleading paragraph better addressed in the Why Static section.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2118 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/introduction.xml')
-rw-r--r--chapter05/introduction.xml7
1 files changed, 0 insertions, 7 deletions
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.