Changeset f333d75 for chapter08/gcc.xml


Ignore:
Timestamp:
05/01/2022 06:30:41 PM (2 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
arm
Children:
df692bb
Parents:
514758d
git-author:
Bruce Dubbs <bdubbs@…> (04/30/2022 02:38:48 PM)
git-committer:
William Harrington <kb0iic@…> (05/01/2022 06:30:41 PM)
Message:

Package updates and nobody uid change.
Change nobody/nogroup uid/git to 65534.
Update to meson-0.62.1.
Update to libpipeline-1.5.6.
Update to elfutils-0.187.
Update to Jinja2-3.1.2.
Update to vim-8.2.4814.
Update to sysvinit-3.03.
Update to linux-5.17.5.
Update to gcc-11.3.0.
Update to coreutils-9.1.
Update to bc-5.2.4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    r514758d rf333d75  
    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>If building on aarch64, change the default directory name for 64-bit
    5353    libraries to <quote>lib</quote>:</para>
     
    135135    <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101081 -->
    136136    <para>Eight tests related to analyzer are known to fail.</para>
    137 
    138     <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101751 -->
    139     <para>One test named <filename>asan_test.C</filename> is known to
    140     fail.</para>
    141 
    142     <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100117 -->
    143     <para>In libstdc++, one test named <filename>49745.cc</filename> is
    144     known to fail because the header dependencies in glibc have
    145     changed.</para>
    146137
    147138    <para>In libstdc++, one numpunct test and six tests related to get_time are
Note: See TracChangeset for help on using the changeset viewer.