Module Name: src Committed By: christos Date: Mon Mar 4 21:19:58 UTC 2019
Modified Files: src/share/mk: bsd.own.mk Log Message: Switch back amd64 to the old jemalloc. We have some pthread unit-tests failing. To generate a diff of this commit: cvs rdiff -u -r1.1106 -r1.1107 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.own.mk diff -u src/share/mk/bsd.own.mk:1.1106 src/share/mk/bsd.own.mk:1.1107 --- src/share/mk/bsd.own.mk:1.1106 Mon Mar 4 12:32:46 2019 +++ src/share/mk/bsd.own.mk Mon Mar 4 16:19:58 2019 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1106 2019/03/04 17:32:46 christos Exp $ +# $NetBSD: bsd.own.mk,v 1.1107 2019/03/04 21:19:58 christos Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -172,11 +172,7 @@ EXTERNAL_BINUTILS_SUBDIR= /does/not/exis # What version of jemalloc we use (100 is the one # built-in to libc from 2005 (pre version 3). # -.if ${MACHINE_CPU} == "x86_64" -HAVE_JEMALLOC?= 510 -.else HAVE_JEMALLOC?= 100 -.endif .if empty(.MAKEFLAGS:tW:M*-V .OBJDIR*) .if defined(MAKEOBJDIRPREFIX) || defined(MAKEOBJDIR)