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 set the proper asan variable
details: https://anonhg.NetBSD.org/src/rev/3752db42e3fa
branches: trunk
changeset: 333194:3752db42e3fa
user: christos <christos%NetBSD.org@localhost>
date: Wed Oct 22 23:17:24 2014 +0000
description:
set the proper asan variable
diffstat:
external/gpl3/gcc/dist/gcc/config/netbsd.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 3c9410d1e958 -r 3752db42e3fa external/gpl3/gcc/dist/gcc/config/netbsd.h
--- a/external/gpl3/gcc/dist/gcc/config/netbsd.h Wed Oct 22 21:22:06 2014 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/netbsd.h Wed Oct 22 23:17:24 2014 +0000
@@ -144,8 +144,8 @@
#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 \
Home |
Main Index |
Thread Index |
Old Index