summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranton <anton@openbsd.org>2019-01-07 20:24:59 +0000
committeranton <anton@openbsd.org>2019-01-07 20:24:59 +0000
commitd7fbd10ded8c15b6693562b6ac49477aa6925b9b (patch)
tree8c3ed268814e577e3ce8d67c77339a656f302a67
parentDon't print "allocated section '.foobar' not in segment" warning for (diff)
downloadwireguard-openbsd-d7fbd10ded8c15b6693562b6ac49477aa6925b9b.tar.xz
wireguard-openbsd-d7fbd10ded8c15b6693562b6ac49477aa6925b9b.zip
Enabling both kcov and retguard is now possible due to the recent bump of
NKL2_KIMG_ENTRIES on amd64, allowing larger kernels. ok mpi@; "that's great!" deraadt@
-rw-r--r--sys/arch/amd64/conf/Makefile.amd643
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/Makefile.amd64 b/sys/arch/amd64/conf/Makefile.amd64
index 94b8f050856..cac0cb5535f 100644
--- a/sys/arch/amd64/conf/Makefile.amd64
+++ b/sys/arch/amd64/conf/Makefile.amd64
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.amd64,v 1.107 2018/12/30 23:08:05 guenther Exp $
+# $OpenBSD: Makefile.amd64,v 1.108 2019/01/07 20:24:59 anton Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -95,7 +95,6 @@ LINKFLAGS+= -S
.endif
.if ${SYSTEM_OBJ:Mkcov.o} && ${COMPILER_VERSION:Mclang}
-CMACHFLAGS+= -fno-ret-protector
PROF= -fsanitize-coverage=trace-pc
.endif