Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc.old/dist/gcc/config Specify that we need t...
details: https://anonhg.NetBSD.org/src/rev/3bbbfc48dc3d
branches: trunk
changeset: 447213:3bbbfc48dc3d
user: christos <christos%NetBSD.org@localhost>
date: Fri Jan 04 18:35:45 2019 +0000
description:
Specify that we need the profiled libraries when we are linking c++ with
profiling.
diffstat:
external/gpl3/gcc.old/dist/gcc/config/netbsd.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r 47d4183dd662 -r 3bbbfc48dc3d external/gpl3/gcc.old/dist/gcc/config/netbsd.h
--- a/external/gpl3/gcc.old/dist/gcc/config/netbsd.h Fri Jan 04 17:09:26 2019 +0000
+++ b/external/gpl3/gcc.old/dist/gcc/config/netbsd.h Fri Jan 04 18:35:45 2019 +0000
@@ -145,6 +145,9 @@
#undef LIB_SPEC
#define LIB_SPEC NETBSD_LIB_SPEC
+#define LIBSTDCXX_PROFILE "stdc++_p"
+#define MATH_LIBRARY_PROFILE "m_p"
+
#if 0 // XXXMRG
#undef STATIC_LIBASAN_LIBS
#define STATIC_LIBASAN_LIBS "-lstdc++ -lpthread"
Home |
Main Index |
Thread Index |
Old Index