Module Name:    src
Committed By:   christos
Date:           Wed Oct 22 23:17:24 UTC 2014

Modified Files:
        src/external/gpl3/gcc/dist/gcc/config: netbsd.h

Log Message:
set the proper asan variable


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/gpl3/gcc/dist/gcc/config/netbsd.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/gcc/config/netbsd.h
diff -u src/external/gpl3/gcc/dist/gcc/config/netbsd.h:1.13 src/external/gpl3/gcc/dist/gcc/config/netbsd.h:1.14
--- src/external/gpl3/gcc/dist/gcc/config/netbsd.h:1.13	Wed Oct 22 16:50:20 2014
+++ src/external/gpl3/gcc/dist/gcc/config/netbsd.h	Wed Oct 22 19:17:24 2014
@@ -144,8 +144,8 @@ along with GCC; see the file COPYING3.  
 #undef LIB_SPEC
 #define LIB_SPEC NETBSD_LIB_SPEC
 
-#undef ADD_STATIC_LIBASAN_LIBS
-#define ADD_STATIC_LIBASAN_LIBS -lstdc++ -lpthread
+#undef STATIC_LIBASAN_LIBS
+#define STATIC_LIBASAN_LIBS "-lstdc++ -lpthread"
 
 /* Pass -cxx-isystem to cc1/cc1plus.  */
 #define NETBSD_CC1_AND_CC1PLUS_SPEC		\

Reply via email to