Changeset 238d351 for chapter05


Ignore:
Timestamp:
10/31/2014 04:27:24 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
6379f69
Parents:
48a987b
Message:

Update to gcc-4.9.2

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

Location:
chapter05
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r48a987b r238d351  
    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

    r48a987b r238d351  
    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
Note: See TracChangeset for help on using the changeset viewer.