Module Name: src
Committed By: martin
Date: Wed Apr 18 09:20:42 UTC 2018
Modified Files:
src/sys/arch/amd64/conf: Makefile.amd64
Log Message:
Fix copy & pasto
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/amd64/conf/Makefile.amd64
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/conf/Makefile.amd64
diff -u src/sys/arch/amd64/conf/Makefile.amd64:1.67 src/sys/arch/amd64/conf/Makefile.amd64:1.68
--- src/sys/arch/amd64/conf/Makefile.amd64:1.67 Sat Apr 7 19:38:06 2018
+++ src/sys/arch/amd64/conf/Makefile.amd64 Wed Apr 18 09:20:42 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.amd64,v 1.67 2018/04/07 19:38:06 mrg Exp $
+# $NetBSD: Makefile.amd64,v 1.68 2018/04/18 09:20:42 martin Exp $
# Makefile for NetBSD
#
@@ -43,7 +43,7 @@ CFLAGS+= -msoft-float
# For gcc we might need this, but other compilers barf
# CFLAGS+= -mno-fp-ret-in-387
-.if !empty(SPECTRE_V2_GCC_MITIGATION) && ${HAVE_GCC:U0} > 0
+.if !empty(SPECTRE_V2_GCC_MITIGATION) && ${SPECTRE_V2_GCC_MITIGATION:U0} > 0
CFLAGS+= -mindirect-branch=thunk-inline
CFLAGS+= -mindirect-branch-register
.endif