diff options
Diffstat (limited to 'chapter08/gcc.xml')
-rw-r--r-- | chapter08/gcc.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index 0571d3df9..01225cd78 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -49,6 +49,10 @@ -e 's/return kAltStackSize/return SIGSTKSZ * 4/' \ -i libsanitizer/sanitizer_common/sanitizer_posix_libcdep.cpp</userinput></screen> --> + <para>First fix a problem with the latest version of glibc:</para> + + <screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-fixes-patch;</userinput></screen> + <para>If building on x86_64, change the default directory name for 64-bit libraries to <quote>lib</quote>:</para> |