Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/jemalloc/lib For alpha, apply -O0 hack again to...
details: https://anonhg.NetBSD.org/src/rev/1e58d4e4b651
branches: trunk
changeset: 979147:1e58d4e4b651
user: rin <rin%NetBSD.org@localhost>
date: Wed Dec 16 01:21:32 2020 +0000
description:
For alpha, apply -O0 hack again to rtree.c for GCC9.
Otherwise, GDB11 crashes in strange ways.
diffstat:
external/bsd/jemalloc/lib/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b20e70e3b5b1 -r 1e58d4e4b651 external/bsd/jemalloc/lib/Makefile.inc
--- a/external/bsd/jemalloc/lib/Makefile.inc Wed Dec 16 01:20:19 2020 +0000
+++ b/external/bsd/jemalloc/lib/Makefile.inc Wed Dec 16 01:21:32 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.12 2020/10/07 07:35:28 rin Exp $
+# $NetBSD: Makefile.inc,v 1.13 2020/12/16 01:21:32 rin Exp $
JEMALLOC:=${.PARSEDIR}/..
@@ -55,7 +55,7 @@
# These files need to be compiled with -O0, or build everything with
# -DJEMALLOC_DEBUG. Otherwise, userland binaries crash randomly, as
# reported in port-alpha/54307.
-COPTS.rtree.c+= ${${HAVE_GCC:U0} < 9:? -O0 :}
+COPTS.rtree.c+= -O0
COPTS.tcache.c+=-O0
.endif
Home |
Main Index |
Thread Index |
Old Index