Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk switch powerpc ports to new binutils
details: https://anonhg.NetBSD.org/src/rev/bc638cccc631
branches: trunk
changeset: 813801:bc638cccc631
user: macallan <macallan%NetBSD.org@localhost>
date: Fri Feb 19 18:47:24 2016 +0000
description:
switch powerpc ports to new binutils
diffstat:
share/mk/bsd.own.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 87bbb9a135db -r bc638cccc631 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Fri Feb 19 18:38:37 2016 +0000
+++ b/share/mk/bsd.own.mk Fri Feb 19 18:47:24 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.900 2016/02/09 20:44:26 plunky Exp $
+# $NetBSD: bsd.own.mk,v 1.901 2016/02/19 18:47:24 macallan Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -141,7 +141,8 @@
.if ${MACHINE} == "amd64" || \
${MACHINE} == "evbarm" || \
${MACHINE} == "i386" || \
- ${MACHINE} == "hppa"
+ ${MACHINE} == "hppa" || \
+ ${MACHINE_ARCH} == "powerpc"
HAVE_BINUTILS?= 226
.else
HAVE_BINUTILS?= 223
Home |
Main Index |
Thread Index |
Old Index