Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib add libjemalloc for the non-standard jemalloc symbols.
details: https://anonhg.NetBSD.org/src/rev/2b43aec9b798
branches: trunk
changeset: 997555:2b43aec9b798
user: christos <christos%NetBSD.org@localhost>
date: Tue Mar 12 15:14:02 2019 +0000
description:
add libjemalloc for the non-standard jemalloc symbols.
diffstat:
lib/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 8dba25a6d2bc -r 2b43aec9b798 lib/Makefile
--- a/lib/Makefile Tue Mar 12 15:13:25 2019 +0000
+++ b/lib/Makefile Tue Mar 12 15:14:02 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.268 2019/03/04 08:22:19 maya Exp $
+# $NetBSD: Makefile,v 1.269 2019/03/12 15:14:02 christos Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -86,6 +86,8 @@
SUBDIR+= ../external/gpl2/libmalloc
+SUBDIR+= ../external/bsd/jemalloc/lib
+
.if (${MKGCC} != "no")
SUBDIR+= ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libobjc
SUBDIR+= ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libgomp
Home |
Main Index |
Thread Index |
Old Index