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 the new binutils



details:   https://anonhg.NetBSD.org/src/rev/64aea63f1bfa
branches:  trunk
changeset: 930868:64aea63f1bfa
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Apr 15 21:28:08 2020 +0000

description:
switch ppc to the new binutils

diffstat:

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

diffs (19 lines):

diff -r df377fff6048 -r 64aea63f1bfa share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Wed Apr 15 20:31:57 2020 +0000
+++ b/share/mk/bsd.own.mk       Wed Apr 15 21:28:08 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1180 2020/04/04 23:54:06 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.1181 2020/04/15 21:28:08 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -169,7 +169,8 @@
 #
 # What binutils is used?
 #
-.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386"
+.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386" \
+    ${MACHINE_ARCH} == "powerpc64" || ${MACHINE_ARCH} == "powerpc" \
 HAVE_BINUTILS?=        234
 .else
 HAVE_BINUTILS?=        231



Home | Main Index | Thread Index | Old Index