Module Name:    src
Committed By:   christos
Date:           Mon Dec  3 19:15:35 UTC 2018

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Head is binutils 2.31


To generate a diff of this commit:
cvs rdiff -u -r1.1084 -r1.1085 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1084 src/share/mk/bsd.own.mk:1.1085
--- src/share/mk/bsd.own.mk:1.1084	Mon Nov 19 15:00:28 2018
+++ src/share/mk/bsd.own.mk	Mon Dec  3 14:15:35 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1084 2018/11/19 20:00:28 aymeric Exp $
+#	$NetBSD: bsd.own.mk,v 1.1085 2018/12/03 19:15:35 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -151,7 +151,7 @@ EXTERNAL_GDB_SUBDIR=		/does/not/exist
 #
 HAVE_BINUTILS?=	227
 
-.if ${HAVE_BINUTILS} == 230
+.if ${HAVE_BINUTILS} == 231
 EXTERNAL_BINUTILS_SUBDIR=	binutils
 .elif ${HAVE_BINUTILS} == 227
 EXTERNAL_BINUTILS_SUBDIR=	binutils.old

Reply via email to