Changeset 81f8f6e
- Timestamp:
- 08/07/2021 03:45:09 AM (3 years ago)
- Branches:
- ml-11.0, multilib, xry111/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. - Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rfc01165 r81f8f6e 46 46 --> 47 47 <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> 48 61 <para>2021-08-02</para> 49 62 <itemizedlist> -
chapter08/gcc.xml
rfc01165 r81f8f6e 41 41 <sect2 role="installation"> 42 42 <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> 43 51 44 52 <para>If building on x86_64, change the default directory name for 64-bit … … 143 151 <para>Eight tests related to analyzer are known to fail.</para> 144 152 145 <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101749 -->146 <para>Seven tests related to <filename>pr59063-2.c</filename> are known147 to fail.</para>148 149 153 <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101751 --> 150 154 <para>One test named <filename>asan_test.C</filename> is known to -
chapter08/m4.xml
rfc01165 r81f8f6e 58 58 <screen><userinput remap="test">make check</userinput></screen> 59 59 60 <para>One test, test-posix_spawn-script, is known to fail.</para>61 62 60 <para>Install the package:</para> 63 61 -
chapter08/strippingagain.xml
rfc01165 r81f8f6e 41 41 rationale to use the <command>install</command> command here.</para> 42 42 43 <note><para>The linuxloader's name is ld-linux-x86-64.so.2 on 64-bit systems43 <note><para>The ELF loader's name is ld-linux-x86-64.so.2 on 64-bit systems 44 44 and ld-linux.so.2 on 32-bit systems. The contruct below selects the 45 45 correct name for the current architecture.</para></note>
Note:
See TracChangeset
for help on using the changeset viewer.