Source-Changes-HG archive

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

[src/trunk]: src/share/mk Head is binutils 2.31



details:   https://anonhg.NetBSD.org/src/rev/6846dacc5e83
branches:  trunk
changeset: 446384:6846dacc5e83
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Dec 03 19:15:35 2018 +0000

description:
Head is binutils 2.31

diffstat:

 share/mk/bsd.own.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7ae855d0a7a5 -r 6846dacc5e83 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Mon Dec 03 18:24:18 2018 +0000
+++ b/share/mk/bsd.own.mk       Mon Dec 03 19:15:35 2018 +0000
@@ -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 @@
 #
 HAVE_BINUTILS?=        227
 
-.if ${HAVE_BINUTILS} == 230
+.if ${HAVE_BINUTILS} == 231
 EXTERNAL_BINUTILS_SUBDIR=      binutils
 .elif ${HAVE_BINUTILS} == 227
 EXTERNAL_BINUTILS_SUBDIR=      binutils.old



Home | Main Index | Thread Index | Old Index