aboutsummaryrefslogtreecommitdiffstats
path: root/chapter04
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2007-07-25 14:29:04 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2007-07-25 14:29:04 +0000
commitf88b3c5ed9078d42b36b79251756980300378d49 (patch)
tree9d0a293b65eef26bc5b19ce94aac3dc7e73fc1a9 /chapter04
parent71eb6ac1371dcb4084edeb120c2dd7e8bfa1f3fe (diff)
Create the /tools/lib64 symlink after installing binutils.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/x86_64/BOOK@8248 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04')
-rw-r--r--chapter04/creatingtoolsdir.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter04/creatingtoolsdir.xml b/chapter04/creatingtoolsdir.xml
index 4cd33e73b..b1049a69f 100644
--- a/chapter04/creatingtoolsdir.xml
+++ b/chapter04/creatingtoolsdir.xml
@@ -45,10 +45,4 @@
(when we are still using some tools from the host) and in the next (when
we are <quote>chrooted</quote> to the LFS partition).</para>
- <para>Set up a lib dir and appropriate symlink for 64-bit usability.</para>
-
-<screen><userinput>mkdir -v /tools/lib
-ln -sv lib /tools/lib64</userinput></screen>
-
-
</sect1>