diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-07-13 08:10:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-07-13 08:10:57 +0000 |
commit | 7360eb693dc681c8224d94047f1bbcdd0de9c690 (patch) | |
tree | 452c1537a0263ef8f126f57ddb224feb1377660f /sys/arch/amd64 | |
parent | 5f02edfd752e7b66ffabbadfa0ff37f719805106 (diff) |
repair inconsistancies
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/Makefile.amd64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/Makefile.amd64 b/sys/arch/amd64/conf/Makefile.amd64 index 43e0c4b7e55..3950ac592dc 100644 --- a/sys/arch/amd64/conf/Makefile.amd64 +++ b/sys/arch/amd64/conf/Makefile.amd64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.amd64,v 1.97 2018/04/27 15:19:32 deraadt Exp $ +# $OpenBSD: Makefile.amd64,v 1.98 2018/07/13 08:10:56 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -44,7 +44,7 @@ SORTR= cat CMACHFLAGS+= -mretpoline .endif .if ${COMPILER_VERSION:Mclang} -NO_INTEGR_AS= -no-integrated-as +NO_INTEGR_AS= -no-integrated-as .endif DEBUG?= -g |