From a04b3d39318a0d1fefa255a47511e6b852242235 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Fri, 6 Aug 2021 21:37:01 +0800 Subject: gcc: fix PR101749 https://wiki.linuxfromscratch.org/blfs/ticket/15350 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101749 --- chapter08/gcc.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'chapter08') diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index 82de879fa..f09cce6f8 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -41,6 +41,14 @@ Installation of GCC + At first, fix an issue breaking + libasan.a building this package + with Glibc-2.34: + +sed -e '/static.*SIGSTKSZ/d' \ + -e 's/return kAltStackSize/return SIGSTKSZ * 4/' \ + -i libsanitizer/sanitizer_common/sanitizer_posix_libcdep.cpp + If building on x86_64, change the default directory name for 64-bit libraries to lib: @@ -124,10 +132,6 @@ su tester -c "PATH=$PATH make -k check" Eight tests related to analyzer are known to fail. - - Seven tests related to pr59063-2.c are known - to fail. - One test named asan_test.C is known to fail. -- cgit v1.2.3-54-g00ecf