From 5e32d3008af234cbd0f7dea021d0199005f22282 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 2 Feb 2020 01:15:18 +0000 Subject: 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 --- chapter06/gcc.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'chapter06') 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 + + As in gcc-pass2, fix a problem introduced by aother package after this version + of gcc was released: + + +sed -e '1161 s|^|//|' \ + -i libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc + The GCC documentation recommends building GCC in a dedicated build directory: mkdir -v build -- cgit v1.2.3-54-g00ecf