Source-Changes-HG archive

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

[src/trunk]: src/share/mk switch ppc* to binutils 2.27.



details:   https://anonhg.NetBSD.org/src/rev/4c771523ff6c
branches:  trunk
changeset: 349442:4c771523ff6c
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Dec 10 23:19:26 2016 +0000

description:
switch ppc* to binutils 2.27.

diffstat:

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

diffs (17 lines):

diff -r 4cd40a2dc5e2 -r 4c771523ff6c share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Dec 10 23:12:39 2016 +0000
+++ b/share/mk/bsd.own.mk       Sat Dec 10 23:19:26 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.994 2016/12/08 03:22:36 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.995 2016/12/10 23:19:26 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -150,6 +150,7 @@
     ${MACHINE_CPU} == "m68k" || \
     ${MACHINE_ARCH} == "mips64el" || \
     ${MACHINE_ARCH} == "mips64eb" || \
+    ${MACHINE_CPU} == "powerpc" || \
     ${MACHINE_CPU} == "sh3" || \
     ${MACHINE} == "sparc" || \
     ${MACHINE} == "sparc64" || \



Home | Main Index | Thread Index | Old Index