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/3dee8c77e5de
branches: trunk
changeset: 333186:3dee8c77e5de
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 7b2c071c6bae -r 3dee8c77e5de 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