Ignore:
Timestamp:
04/28/2013 09:11:44 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
3b60741
Parents:
1026c1ee
Message:

Sync with latest trunk updates

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/binutils.xml

    r1026c1ee r50420218  
    6565sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen>
    6666
    67     <para>Fix some test suite scripts so all tests pass:</para>
    68 
    69 <screen><userinput remap="pre">patch -Np1 -i ../&binutils-testsuite-fixes-patch;</userinput></screen>
     67    <para>Fix a couple of syntax errors that prevent the documentation from
     68    building with Texinfo-&texinfo-version;:</para>
     69
     70<screen><userinput remap="pre">sed -i -e 's/@colophon/@@colophon/' \
     71       -e 's/doc@cygnus.com/doc@@cygnus.com/' bfd/doc/bfd.texinfo</userinput></screen>
    7072
    7173    <para>The Binutils documentation recommends building Binutils outside of the
     
    7880
    7981<screen><userinput remap="configure">../binutils-&binutils-version;/configure --prefix=/usr --enable-shared</userinput></screen>
    80 
    81     <note><para>There is an optional argument to <command>configure</command>,
    82     <option>--enable-lto</option>, that can be used to allow the
    83     <command>ar</command>, <command>nm</command>, and <command>ranlib</command>
    84     commands to accept a <option>--plugin</option> parameter.  This is used to
    85     allow <command>gcc</command> to do "link time optimization" if specified.
    86     No packages in LFS or BLFS currently use this capability.</para></note>
    8782
    8883    <para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.