diff options
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 006a5d330..a9c8fa16c 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -51,13 +51,6 @@ ;; esac</userinput></screen> - <para> - As in gcc-pass2, fix a problem introduced by Glibc-2.31: - </para> - -<screen><userinput remap="pre">sed -e '1161 s|^|//|' \ - -i libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc</userinput></screen> - <para>The GCC documentation recommends building GCC in a dedicated build directory:</para> <screen><userinput remap="pre">mkdir -v build |