Changeset 8fab03e for chapter06


Ignore:
Timestamp:
11/24/2014 02:42:30 PM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
1f57a0d
Parents:
3b003e5
Message:

Merged trunk.

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

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bash.xml

    r3b003e5 r8fab03e  
    4040  <sect2 role="installation">
    4141    <title>Installation of Bash</title>
    42 
     42<!--
    4343    <para>First, apply the following patch to fix various bugs that have been
    4444    addressed upstream:</para>
    4545
    4646<screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
    47 
     47-->
    4848    <para>Prepare Bash for compilation:</para>
    4949
  • chapter06/binutils.xml

    r3b003e5 r8fab03e  
    7373
    7474<screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-testsuite-patch;</userinput></screen>
     75
     76    <para>Enable binutils to recognize multiple plugins:</para>
     77
     78<screen><userinput remap="pre">patch -Np1 -i ../&binutils-multiple-plugins-patch;</userinput></screen>
    7579
    7680    <para>The Binutils documentation recommends building Binutils outside of the
Note: See TracChangeset for help on using the changeset viewer.