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/gcc/config disable some asan stuff fo...



details:   https://anonhg.NetBSD.org/src/rev/4b32c2a44b96
branches:  trunk
changeset: 344166:4b32c2a44b96
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Mar 16 07:17:14 2016 +0000

description:
disable some asan stuff for now.

diffstat:

 external/gpl3/gcc/dist/gcc/config/netbsd.h |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 7986f6179f42 -r 4b32c2a44b96 external/gpl3/gcc/dist/gcc/config/netbsd.h
--- a/external/gpl3/gcc/dist/gcc/config/netbsd.h        Wed Mar 16 05:47:43 2016 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/netbsd.h        Wed Mar 16 07:17:14 2016 +0000
@@ -145,8 +145,10 @@
 #undef LIB_SPEC
 #define LIB_SPEC NETBSD_LIB_SPEC
 
+#if 0 // XXXMRG
 #undef STATIC_LIBASAN_LIBS
 #define STATIC_LIBASAN_LIBS "-lstdc++ -lpthread"
+#endif
 
 /* Pass -cxx-isystem to cc1/cc1plus.  */
 #define NETBSD_CC1_AND_CC1PLUS_SPEC            \



Home | Main Index | Thread Index | Old Index