Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf Fix copy & pasto



details:   https://anonhg.NetBSD.org/src/rev/d7e1646e9e15
branches:  trunk
changeset: 322120:d7e1646e9e15
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Apr 18 09:20:42 2018 +0000

description:
Fix copy & pasto

diffstat:

 sys/arch/amd64/conf/Makefile.amd64 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a0c74ad4b2de -r d7e1646e9e15 sys/arch/amd64/conf/Makefile.amd64
--- a/sys/arch/amd64/conf/Makefile.amd64        Wed Apr 18 08:58:41 2018 +0000
+++ b/sys/arch/amd64/conf/Makefile.amd64        Wed Apr 18 09:20:42 2018 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index