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 Add libraries the statical...



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

description:
Add libraries the statically linked address sanitizer library needs.

diffstat:

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

diffs (12 lines):

diff -r 443cc857a001 -r 7b2c071c6bae external/gpl3/gcc/dist/gcc/config/netbsd.h
--- a/external/gpl3/gcc/dist/gcc/config/netbsd.h        Wed Oct 22 16:51:31 2014 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/netbsd.h        Wed Oct 22 16:52:23 2014 +0000
@@ -144,6 +144,8 @@
 #undef LIB_SPEC
 #define LIB_SPEC NETBSD_LIB_SPEC
 
+#define ADD_STATIC_LIBASAN_LIBS -lstdc++ -lpthread
+
 /* Pass -cxx-isystem to cc1/cc1plus.  */
 #define NETBSD_CC1_AND_CC1PLUS_SPEC            \
   "%{cxx-isystem}"



Home | Main Index | Thread Index | Old Index