diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-02-02 01:15:18 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-02-02 01:15:18 +0000 |
commit | 5e32d3008af234cbd0f7dea021d0199005f22282 (patch) | |
tree | a5576f86240ecea0f304dabfb944dcd11334fa56 /chapter06 | |
parent | 7cd2b8b1524231ca8691cc3a375392b9c21bc0a3 (diff) |
Update to vim-8.2.0190.
Update to binutils-2.34.
Update to glibc-2.31.
Update to linux-5.5.1.
Update to bc-2.5.3.
Update to iproute2-5.5.0.
Update to util-linux 2.35.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11738 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gcc.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index a9c8fa16c..417ed5fe6 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -51,6 +51,14 @@ ;; esac</userinput></screen> + <para> + As in gcc-pass2, fix a problem introduced by aother package after this version + of gcc was released: + </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 |