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
  • chapter05/binutils-pass2.xml

    r1026c1ee r50420218  
    4444    <title>Installation of Binutils</title>
    4545
     46    <para>Fix a couple of syntax errors that prevent the documentation from
     47    building with Texinfo-&texinfo-version;:</para>
     48
     49<screen><userinput remap="pre">sed -i -e 's/@colophon/@@colophon/' \
     50       -e 's/doc@cygnus.com/doc@@cygnus.com/' bfd/doc/bfd.texinfo</userinput></screen>
     51
    4652    <para>Create a separate build directory again:</para>
    4753
     
    5157    <para>Prepare Binutils for compilation:</para>
    5258
    53 <screen><userinput remap="configure">CC=$LFS_TGT-gcc            \
    54 AR=$LFS_TGT-ar             \
    55 RANLIB=$LFS_TGT-ranlib     \
    56 ../binutils-&binutils-version;/configure \
    57     --prefix=/tools        \
    58     --disable-nls          \
     59<screen><userinput remap="configure">CC=$LFS_TGT-gcc                \
     60AR=$LFS_TGT-ar                 \
     61RANLIB=$LFS_TGT-ranlib         \
     62../binutils-&binutils-version;/configure   \
     63    --prefix=/tools            \
     64    --disable-nls              \
    5965    --with-lib-path=/tools/lib \
    6066    --with-sysroot</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.