Changeset a04b3d39
- Timestamp:
- 08/06/2021 01:37:01 PM (2 years ago)
- 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, 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/parallelism, xry111/pip3, xry111/rust-wip-20221008
- Children:
- 26560c1
- Parents:
- a3d6232
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
ra3d6232 ra04b3d39 44 44 --> 45 45 <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> 46 59 <para>2021-08-02</para> 47 60 <itemizedlist> -
chapter08/gcc.xml
ra3d6232 ra04b3d39 42 42 <title>Installation of GCC</title> 43 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> 51 44 52 <para>If building on x86_64, change the default directory name for 64-bit 45 53 libraries to <quote>lib</quote>:</para> … … 124 132 <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101081 --> 125 133 <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 known129 to fail.</para>130 134 131 135 <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101751 -->
Note:
See TracChangeset
for help on using the changeset viewer.