Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk complete the transition to binutils-2.27
details: https://anonhg.NetBSD.org/src/rev/bb34d07c815c
branches: trunk
changeset: 349461:bb34d07c815c
user: christos <christos%NetBSD.org@localhost>
date: Sun Dec 11 06:37:49 2016 +0000
description:
complete the transition to binutils-2.27
diffstat:
share/mk/bsd.own.mk | 13 ++++---------
1 files changed, 4 insertions(+), 9 deletions(-)
diffs (30 lines):
diff -r aed9241577aa -r bb34d07c815c share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sun Dec 11 06:30:11 2016 +0000
+++ b/share/mk/bsd.own.mk Sun Dec 11 06:37:49 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.998 2016/12/11 03:40:57 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.999 2016/12/11 06:37:49 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -144,17 +144,12 @@
#
# What binutils is used?
#
-.if \
- ${MACHINE_CPU} == "hppa"
-HAVE_BINUTILS?= 226
-.else
HAVE_BINUTILS?= 227
-.endif
-.if ${HAVE_BINUTILS} == 226
+.if ${HAVE_BINUTILS} == 227
+EXTERNAL_BINUTILS_SUBDIR= binutils
+.elif ${HAVE_BINUTILS} == 226
EXTERNAL_BINUTILS_SUBDIR= binutils.old
-.elif ${HAVE_BINUTILS} == 227
-EXTERNAL_BINUTILS_SUBDIR= binutils
.else
EXTERNAL_BINUTILS_SUBDIR= /does/not/exist
.endif
Home |
Main Index |
Thread Index |
Old Index