Changeset 81f8f6e


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rfc01165 r81f8f6e  
    4646    -->
    4747    <listitem>
     48      <para>2021-08-06</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[xry111] - Fix
     52          <filename class="libraryfile">libasan.a</filename> building
     53          GCC with Glibc-2.34.  Addresses
     54          <ulink url="https://wiki.linuxfromscratch.org/blfs/ticket/15350">
     55          BLFS #15350</ulink>.</para>
     56        </listitem>
     57      </itemizedlist>
     58    </listitem>
     59
     60    <listitem>
    4861      <para>2021-08-02</para>
    4962      <itemizedlist>
  • 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
  • chapter08/m4.xml

    rfc01165 r81f8f6e  
    5858<screen><userinput remap="test">make check</userinput></screen>
    5959
    60     <para>One test, test-posix_spawn-script, is known to fail.</para>
    61 
    6260    <para>Install the package:</para>
    6361
  • chapter08/strippingagain.xml

    rfc01165 r81f8f6e  
    4141  rationale to use the <command>install</command> command here.</para>
    4242
    43   <note><para>The linux loader's name is ld-linux-x86-64.so.2 on 64-bit systems
     43  <note><para>The ELF loader's name is ld-linux-x86-64.so.2 on 64-bit systems
    4444  and ld-linux.so.2 on 32-bit systems.  The contruct below selects the
    4545  correct name for the current architecture.</para></note>
Note: See TracChangeset for help on using the changeset viewer.