summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Nagy <robert@cvs.openbsd.org>2017-07-25 13:27:38 +0000
committerRobert Nagy <robert@cvs.openbsd.org>2017-07-25 13:27:38 +0000
commit5a56edb633ad3fcab435ac1c5889398ccefeb9ff (patch)
treea2f250b201bb37f29631592668e30d339f127421
parentb4a8ac5a07e37610609bb7511f28333ee27d0bd6 (diff)
remove -Wa,-n from CMACHFLAGS as clang's internal assembler does not support it
ok kettenis@
-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 6f116d0df56..724b41a7713 100644
--- a/sys/arch/amd64/conf/Makefile.amd64
+++ b/sys/arch/amd64/conf/Makefile.amd64
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.amd64,v 1.90 2017/07/23 21:43:29 naddy Exp $
+# $OpenBSD: Makefile.amd64,v 1.91 2017/07/25 13:27:37 robert Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -39,7 +39,6 @@ CMACHFLAGS+= -fno-stack-protector
CMACHFLAGS+= -msave-args
.endif
.if ${IDENT:M-DSMALL_KERNEL}
-CMACHFLAGS+= -Wa,-n
SORTR= cat
.endif
.if ${COMPILER_VERSION:Mclang}