Changeset a04b3d39


Ignore:
Timestamp:
08/06/2021 01:37:01 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
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, 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:
26560c1
Parents:
a3d6232
Message:

gcc: fix PR101749

https://wiki.linuxfromscratch.org/blfs/ticket/15350
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101749

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra3d6232 ra04b3d39  
    4444    -->
    4545    <listitem>
     46      <para>2021-08-06</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[xry111] - Fix
     50          <filename class="libraryfile">libasan.a</filename> building
     51          GCC with Glibc-2.34.  Addresses
     52          <ulink url="https://wiki.linuxfromscratch.org/blfs/ticket/15350">
     53          BLFS #15350</ulink>.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
     58    <listitem>
    4659      <para>2021-08-02</para>
    4760      <itemizedlist>
  • chapter08/gcc.xml

    ra3d6232 ra04b3d39  
    4242    <title>Installation of GCC</title>
    4343
     44    <para>At first, fix an issue breaking
     45    <filename class="libraryfile">libasan.a</filename> building this package
     46    with Glibc-2.34:</para>
     47
     48<screen><userinput remap="pre">sed -e '/static.*SIGSTKSZ/d' \
     49    -e 's/return kAltStackSize/return SIGSTKSZ * 4/' \
     50    -i libsanitizer/sanitizer_common/sanitizer_posix_libcdep.cpp</userinput></screen>
     51
    4452    <para>If building on x86_64, change the default directory name for 64-bit
    4553    libraries to <quote>lib</quote>:</para>
     
    124132    <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101081 -->
    125133    <para>Eight tests related to analyzer are known to fail.</para>
    126 
    127     <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101749 -->
    128     <para>Seven tests related to <filename>pr59063-2.c</filename> are known
    129     to fail.</para>
    130134
    131135    <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101751 -->
Note: See TracChangeset for help on using the changeset viewer.