Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/libsanitizer NetBSD supports -lasan



details:   https://anonhg.NetBSD.org/src/rev/fbc9eee1d4c0
branches:  trunk
changeset: 803328:fbc9eee1d4c0
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 22 16:52:47 2014 +0000

description:
NetBSD supports -lasan

diffstat:

 external/gpl3/gcc/dist/libsanitizer/configure.tgt |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r c6be7bd077ef -r fbc9eee1d4c0 external/gpl3/gcc/dist/libsanitizer/configure.tgt
--- a/external/gpl3/gcc/dist/libsanitizer/configure.tgt Wed Oct 22 16:52:23 2014 +0000
+++ b/external/gpl3/gcc/dist/libsanitizer/configure.tgt Wed Oct 22 16:52:47 2014 +0000
@@ -20,6 +20,9 @@
 
 # Filter out unsupported systems.
 case "${target}" in
+  *-netbsd*)
+       # XXX: No TSAN support yet
+       ;;
   x86_64-*-linux* | i?86-*-linux*)
        if test x$ac_cv_sizeof_void_p = x8; then
                TSAN_SUPPORTED=yes



Home | Main Index | Thread Index | Old Index