Changeset 6b9aa3b for chapter05


Ignore:
Timestamp:
11/04/2014 04:40:05 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
3b003e5
Parents:
d88e730
Message:

Import trunk.

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

Location:
chapter05
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    rd88e730 r6b9aa3b  
    105105
    106106<screen><userinput remap="pre">sed -i '/k prot/agcc_cv_libc_provides_ssp=yes' gcc/configure</userinput></screen>
    107 
     107<!--
    108108    <para>Also fix a problem identified upstream:</para>
    109109
    110110<screen><userinput remap="pre">sed -i 's/if \((code.*))\)/if (\1 \&amp;\&amp; \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen>
    111 
     111-->
    112112    <para>The GCC documentation recommends building GCC outside of the
    113113    source directory in a dedicated build directory:</para>
  • chapter05/gcc-pass2.xml

    rd88e730 r6b9aa3b  
    9595tar -xf ../mpc-&mpc-version;.tar.gz
    9696mv -v mpc-&mpc-version; mpc</userinput></screen>
    97 
     97<!--
    9898    <para>As in the first build of GCC, fix a problem identified upstream:</para>
    9999
    100100<screen><userinput remap="pre">sed -i 's/if \((code.*))\)/if (\1 \&amp;\&amp; \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen>
    101 
     101-->
    102102    <para>Create a separate build directory again:</para>
    103103
  • chapter05/tcl.xml

    rd88e730 r6b9aa3b  
    6868    here are not surprising, and are not considered critical. The
    6969    <parameter>TZ=UTC</parameter> parameter sets the time zone to Coordinated
    70     Universal Time (UTC), also known as Greenwich Mean Time (GMT), but only
     70    Universal Time (UTC), but only
    7171    for the duration of the test suite run. This ensures that the clock tests
    7272    are exercised correctly. Details on the <envar>TZ</envar> environment
Note: See TracChangeset for help on using the changeset viewer.