Changeset 3ce8d1a for chapter06


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

Location:
chapter06
Files:
3 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
  • chapter06/binutils.xml

    r778f20d r3ce8d1a  
    5757<screen><computeroutput>The system has no more ptys.
    5858Ask your system administrator to create more.</computeroutput></screen>
    59 <!--
    60     <para>Fix some LTO tests in the test suite:</para>
    61 
    62 <screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-testsuite-patch;</userinput></screen>
    63 
    64     <para>Enable binutils to recognize multiple plugins:</para>
    65 
    66 <screen><userinput remap="pre">patch -Np1 -i ../&binutils-multiple-plugins-patch;</userinput></screen>
    67 -->
     59
     60    <para>Fix a problem identified upstream:</para>
     61
     62<screen><userinput remap="pre">patch -Np1 -i ../&binutils-upstream-patch;</userinput></screen>
     63
    6864    <para>The Binutils documentation recommends building Binutils
    6965    in a dedicated build directory:</para>
  • chapter06/grep.xml

    r778f20d r3ce8d1a  
    5252
    5353<screen><userinput remap="test">make check</userinput></screen>
    54 
    55     <para>The test-update-copyright.sh failure can be safely ignored.</para>
    5654
    5755    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.