Ignore:
Timestamp:
02/26/2013 08:30:24 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:
263228b
Parents:
69f85d46
Message:

Merge latest changes from trunk to systemd branch

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r69f85d46 rf0f4140  
    105105
    106106<screen><userinput remap="pre">sed -i '/k prot/agcc_cv_libc_provides_ssp=yes' gcc/configure</userinput></screen>
     107
     108    <para>Do not build the .info files.  They are not needed here and
     109    are broken with the current version of <command>makeinfo</command>.</para>
     110
     111<screen><userinput remap="pre">sed -i 's/BUILD_INFO=info/BUILD_INFO=/' gcc/configure</userinput></screen>
    107112
    108113    <para>The GCC documentation recommends building GCC outside of the
Note: See TracChangeset for help on using the changeset viewer.