Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: Fix copy & pasto
details: https://anonhg.NetBSD.org/src/rev/8222ee6477dc
branches: trunk
changeset: 318337:8222ee6477dc
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 b7889bcc2c89 -r 8222ee6477dc 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