Changeset dd7a29e for chapter08/gcc.xml


Ignore:
Timestamp:
05/02/2022 08:05:51 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
100ca4e
Parents:
b1df1d7 (diff), 7c862ea (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:

Merge branch 'trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    rb1df1d7 rdd7a29e  
    4141  <sect2 role="installation">
    4242    <title>Installation of GCC</title>
    43 
     43<!--
    4444    <para>At first, fix an issue breaking
    4545    <filename class="libraryfile">libasan.a</filename> building this package
     
    4949    -e 's/return kAltStackSize/return SIGSTKSZ * 4/' \
    5050    -i libsanitizer/sanitizer_common/sanitizer_posix_libcdep.cpp</userinput></screen>
    51 
     51-->
    5252    <para>For x86_64 target, set the default directory name for
    5353    64-bit libraries to <quote>lib</quote>.  The command is unnecessary,
     
    133133    <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101081 -->
    134134    <para>Eight tests related to analyzer are known to fail.</para>
    135 
    136     <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101751 -->
    137     <para>One test named <filename>asan_test.C</filename> is known to
    138     fail.</para>
    139 
    140     <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100117 -->
    141     <para>In libstdc++, one test named <filename>49745.cc</filename> is
    142     known to fail because the header dependencies in glibc have
    143     changed.</para>
    144135
    145136    <para>In libstdc++, one numpunct test and six tests related to get_time are
Note: See TracChangeset for help on using the changeset viewer.