Module Name:    src
Committed By:   christos
Date:           Fri Apr  3 17:57:30 UTC 2020

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

Log Message:
Switch to binutils.old


To generate a diff of this commit:
cvs rdiff -u -r1.1177 -r1.1178 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.1177 src/share/mk/bsd.own.mk:1.1178
--- src/share/mk/bsd.own.mk:1.1177	Thu Feb 27 07:52:20 2020
+++ src/share/mk/bsd.own.mk	Fri Apr  3 13:57:30 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1177 2020/02/27 12:52:20 macallan Exp $
+#	$NetBSD: bsd.own.mk,v 1.1178 2020/04/03 17:57:30 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -171,9 +171,9 @@ EXTERNAL_GDB_SUBDIR=		/does/not/exist
 #
 HAVE_BINUTILS?=	231
 
-.if ${HAVE_BINUTILS} == 231
+.if ${HAVE_BINUTILS} == 234
 EXTERNAL_BINUTILS_SUBDIR=	binutils
-.elif ${HAVE_BINUTILS} == 227
+.elif ${HAVE_BINUTILS} == 231
 EXTERNAL_BINUTILS_SUBDIR=	binutils.old
 .else
 EXTERNAL_BINUTILS_SUBDIR=	/does/not/exist

Reply via email to