Ignore:
Timestamp:
07/25/2007 02:29:04 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
d05500f
Parents:
71eb6ac
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/binutils-pass1.xml

    r71eb6ac rf88b3c5  
    117117cp -v ld/ld-new /tools/bin</userinput></screen>
    118118
     119    <para>Finally, create a symlink to ensure the sanity of our toolchain:</para>
     120
     121<screen><userinput>ln -sv lib /tools/lib64</userinput></screen>
     122
    119123    <variablelist>
    120124      <title>The meaning of the make parameters:</title>
Note: See TracChangeset for help on using the changeset viewer.