summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/conf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r--sys/arch/amd64/conf/Makefile.amd644
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/Makefile.amd64 b/sys/arch/amd64/conf/Makefile.amd64
index eb4a5f10f7c..6ed2573a362 100644
--- a/sys/arch/amd64/conf/Makefile.amd64
+++ b/sys/arch/amd64/conf/Makefile.amd64
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.amd64,v 1.109 2019/01/20 09:57:23 anton Exp $
+# $OpenBSD: Makefile.amd64,v 1.110 2019/02/03 10:58:51 dlg Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -34,7 +34,7 @@ SORTR= sort -R
.if ${IDENT:M-DNO_PROPOLICE}
CMACHFLAGS+= -fno-stack-protector
.endif
-.if ${IDENT:M-DDDB} && !${COMPILER_VERSION:Mclang}
+.if ${IDENT:M-DDDB}
CMACHFLAGS+= -msave-args
.endif
.if ${IDENT:M-DSMALL_KERNEL}