diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-05 08:16:37 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-05 17:03:36 +0800 |
commit | 51e4ab228f0ee130995291da9b7c119396c86909 (patch) | |
tree | 47f7b1fd2445ba714d7e67605cc48716240c4cbf /chapter08/gcc.xml | |
parent | d64d2255f5aaf2d7a3da1294509d6dbbdb7b4d54 (diff) |
gcc: add "or later" for "Glibc-2.34", as we have 2.35 now
Diffstat (limited to 'chapter08/gcc.xml')
-rw-r--r-- | chapter08/gcc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index a37e37774..e3db3bf1f 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -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/' \ |