diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-03-15 04:27:41 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-03-15 04:27:41 +0000 |
commit | 8671978267259913ba622d6631b1ba6e9f678948 (patch) | |
tree | 4ec70b7969edd1cdaa2efed77e662335cb30ddce /chapter06/gcc.xml | |
parent | 4d796cab3ef4508b3c3dbf5931a1eada35e29775 (diff) |
Update to gcc-9.3.0.
Update to bc-2.6.0.
Update to bison-3.5.3.
Update to linux-5.5.9.
Update to coreutils-8.32.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11782 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 |