gcc: add "or later" for "Glibc-2.34", as we have 2.35 now

This commit is contained in:
Xi Ruoyao 2022-02-05 08:16:37 +08:00
parent d64d2255f5
commit 51e4ab228f
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -43,7 +43,7 @@
<para>At first, fix an issue breaking
<filename class="libraryfile">libasan.a</filename> building this package
with Glibc-2.34:</para>
with Glibc-2.34 or later:</para>
<screen><userinput remap="pre">sed -e '/static.*SIGSTKSZ/d' \
-e 's/return kAltStackSize/return SIGSTKSZ * 4/' \