Changeset 46ded2b for chapter06/gcc.xml


Ignore:
Timestamp:
09/09/2014 01:17:24 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
4d7df041
Parents:
5fe3e2f
Message:

Import trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

    r5fe3e2f r46ded2b  
    4646<screen><userinput remap="pre">sed -i 's/if \((code.*))\)/if (\1 \&amp;\&amp; \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen>
    4747
    48 <!--
     48
    4949    <para>First fix a problem identified upstream that causes some
    5050    programs to fail:</para>
    5151
    5252<screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen>
    53 -->
     53
    5454<!--
    5555    <para>As in <xref linkend="ch-tools-gcc-pass2"/>, apply the following
Note: See TracChangeset for help on using the changeset viewer.