Issue metadata
Sign in to add a comment
|
libgcc cannot be built with glibc 2.27 |
||||||||||||||||||||||
Issue description
With glibc 2.27, I got the following error when building libgcc.
mv -f .deps/asan_malloc_mac.Tpo .deps/asan_malloc_mac.Plo
/mnt/host/source/src/third_party/../aosp/toolchain/gcc/gcc-4.9/libsanitizer/asan/asan_linux.cc: In function 'bool __asan::AsanInterceptsSignal(int)':
/mnt/host/source/src/third_party/../aosp/toolchain/gcc/gcc-4.9/libsanitizer/asan/asan_linux.cc:107:20: error: 'SIGSEGV' was not declared in this scope
return signum == SIGSEGV && flags()->handle_segv;
^
/mnt/host/source/src/third_party/../aosp/toolchain/gcc/gcc-4.9/libsanitizer/asan/asan_linux.cc:108:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
,
Jun 11 2018
,
Nov 13
The following revision refers to this bug: https://chrome-internal.googlesource.com/chromeos/overlays/overlay-cobblepot-private/+/7fd8bde207105d77a1e67a021a6c0d98bca1126a commit 7fd8bde207105d77a1e67a021a6c0d98bca1126a Author: Manoj Gupta <manojgupta@google.com> Date: Tue Nov 13 11:32:53 2018 |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by bugdroid1@chromium.org
, Jun 7 2018