diff options
Diffstat (limited to 'chapter08')
-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/' \ |