Changeset 2ba4e30 for chapter06


Ignore:
Timestamp:
09/17/2014 12:02:12 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
095bffc, 415d4ca
Parents:
4d7df041
Message:

Bump dbus to 1.8.8.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

    r4d7df041 r2ba4e30  
    4747
    4848
    49     <para>First fix a problem identified upstream that causes some
     49    <para>Now fix another 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>
    5353
    54 <!--
    55     <para>As in <xref linkend="ch-tools-gcc-pass2"/>, apply the following
    56     <command>sed</command> to force the build to use the
    57     <option>-fomit-frame-pointer</option> compiler flag in order to ensure
    58     consistent compiler builds:</para>
    59 
    60 <screen><userinput remap="pre">case `uname -m` in
    61   i?86) sed -i 's/^T_CFLAGS =$/&amp; -fomit-frame-pointer/' gcc/Makefile.in ;;
    62 esac</userinput></screen>
    63 -->
    6454    <para>The GCC documentation recommends building GCC outside of the source
    6555    directory in a dedicated build directory:</para>
Note: See TracChangeset for help on using the changeset viewer.