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 over to binutils 2.39



details:   https://anonhg.NetBSD.org/src/rev/fe2e72b22f6a
branches:  trunk
changeset: 373144:fe2e72b22f6a
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Jan 21 10:41:51 2023 +0000

description:
Switch powerpc over to binutils 2.39

diffstat:

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

diffs (17 lines):

diff -r 3fe04f0742ab -r fe2e72b22f6a share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Jan 21 10:18:15 2023 +0000
+++ b/share/mk/bsd.own.mk       Sat Jan 21 10:41:51 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1298 2023/01/16 20:22:26 skrll Exp $
+#      $NetBSD: bsd.own.mk,v 1.1299 2023/01/21 10:41:51 martin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -103,6 +103,7 @@
     ${MACHINE_ARCH} == "alpha" || \
     ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_CPU} == "hppa" || \
+    ${MACHINE_CPU} == "powerpc" || \
     ${MACHINE_CPU} == "riscv" || \
     ${MACHINE_ARCH:Msparc*} || \
     ${MACHINE_ARCH} == "x86_64"



Home | Main Index | Thread Index | Old Index