Changeset 5e32d30 for chapter05


Ignore:
Timestamp:
02/02/2020 01:15:18 AM (4 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, 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:
ae11e15d
Parents:
7cd2b8b
Message:

Update to vim-8.2.0190.
Update to binutils-2.34.
Update to glibc-2.31.
Update to linux-5.5.1.
Update to bc-2.5.3.
Update to iproute2-5.5.0.
Update to util-linux 2.35.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass2.xml

    r7cd2b8b r5e32d30  
    104104tar -xf ../mpc-&mpc-version;.tar.gz
    105105mv -v mpc-&mpc-version; mpc</userinput></screen>
    106 <!--
    107     <para>As in the first build of GCC, fix a problem identified upstream:</para>
    108 
    109 <screen><userinput remap="pre">sed -i 's/if \((code.*))\)/if (\1 \&amp;\&amp; \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen>
    110 -->
     106
     107    <para>
     108      Now fix a problem introduced by aother package after this version
     109      of gcc was released:
     110    </para>
     111
     112<screen><userinput remap="pre">sed -e '1161 s|^|//|' \
     113    -i libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc</userinput></screen>
     114
    111115    <para>Create a separate build directory again:</para>
    112116
Note: See TracChangeset for help on using the changeset viewer.