diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-03-13 15:49:41 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-03-13 15:49:41 +0000 |
commit | 516b668fa04586bca9bbca6ee131f9f8299d6fc4 (patch) | |
tree | 2b9fbef5a8780b3c166202c52f5e2a484d35fe44 /chapter05/toolchaintechnotes.xml | |
parent | e2c85b1176f0059b7c877922fe22bb8b677d0982 (diff) |
* Fix bug 1061 by dynamically linking the pass1 toolchain
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4741 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/toolchaintechnotes.xml')
-rw-r--r-- | chapter05/toolchaintechnotes.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chapter05/toolchaintechnotes.xml b/chapter05/toolchaintechnotes.xml index 9c2951387..9a065a054 100644 --- a/chapter05/toolchaintechnotes.xml +++ b/chapter05/toolchaintechnotes.xml @@ -175,7 +175,10 @@ class="directory">/usr</filename>, perform a quick changeover of the toolchain defaults, then proceed in building the rest of the target LFS system.</para> -<sect2> +<!-- Removed as part of the fix for bug 1061 - we no longer build pass1 + packages statically, therefore this explanation isn't required --> + +<!--<sect2> <title>Notes on Static Linking</title> <para>Besides their specific task, most programs have to perform many @@ -218,7 +221,7 @@ programs can be used independently of the host system. However, it is worth noting that an overall successful LFS build can still be achieved when the first two packages are built dynamically.</para> -</sect2> +</sect2>--> </sect1> |