Changeset 81f8f6e for chapter08/gcc.xml


Ignore:
Timestamp:
08/07/2021 03:45:09 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
b8d5542
Parents:
fc01165 (diff), 26560c1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    rfc01165 r81f8f6e  
    4141  <sect2 role="installation">
    4242    <title>Installation of GCC</title>
     43
     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>
    4351
    4452    <para>If building on x86_64, change the default directory name for 64-bit
     
    143151    <para>Eight tests related to analyzer are known to fail.</para>
    144152
    145     <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101749 -->
    146     <para>Seven tests related to <filename>pr59063-2.c</filename> are known
    147     to fail.</para>
    148 
    149153    <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101751 -->
    150154    <para>One test named <filename>asan_test.C</filename> is known to
Note: See TracChangeset for help on using the changeset viewer.