Ignore:
Timestamp:
02/06/2016 04:05:04 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
7.9-systemd
Children:
ea7cc21
Parents:
778f20d
Message:

Merge r11000 and r11001 from trunk.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@11002 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/adjusting.xml

    r778f20d r3ce8d1a  
    1717  <para>First, backup the <filename class="directory">/tools</filename> linker,
    1818  and replace it with the adjusted linker we made in chapter 5. We'll also create
    19   a link to its counterpart in <filename class="directory">/tools/$(gcc
    20   -dumpmachine)/bin</filename>:</para>
     19  a link to its counterpart in
     20  <filename class="directory">/tools/$(uname -m)-pc-linux-gnu/bin</filename>:</para>
    2121
    2222<screen><userinput>mv -v /tools/bin/{ld,ld-old}
    23 mv -v /tools/$(gcc -dumpmachine)/bin/{ld,ld-old}
     23mv -v /tools/$(uname -m)-pc-linux-gnu/bin/{ld,ld-old}
    2424mv -v /tools/bin/{ld-new,ld}
    25 ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld</userinput></screen>
     25ln -sv /tools/bin/ld /tools/$(uname -m)-pc-linux-gnu/bin/ld</userinput></screen>
    2626
    2727  <para>Next, amend the GCC specs file so that it points to the new
Note: See TracChangeset for help on using the changeset viewer.