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/b0c3a44f7775
branches:  trunk
changeset: 449598:b0c3a44f7775
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 762cc105c050 -r b0c3a44f7775 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