Source-Changes-HG archive

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

[src/trunk]: src/share/mk Switch hppa to new binutils



details:   https://anonhg.NetBSD.org/src/rev/5787f8175f72
branches:  trunk
changeset: 373085:5787f8175f72
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jan 16 20:22:26 2023 +0000

description:
Switch hppa to new binutils

diffstat:

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

diffs (17 lines):

diff -r ce06de4d616e -r 5787f8175f72 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Mon Jan 16 15:51:40 2023 +0000
+++ b/share/mk/bsd.own.mk       Mon Jan 16 20:22:26 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1297 2023/01/16 10:28:09 skrll Exp $
+#      $NetBSD: bsd.own.mk,v 1.1298 2023/01/16 20:22:26 skrll Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -102,6 +102,7 @@
     ${MACHINE_ARCH:Maarch64*} || \
     ${MACHINE_ARCH} == "alpha" || \
     ${MACHINE_ARCH} == "i386" || \
+    ${MACHINE_CPU} == "hppa" || \
     ${MACHINE_CPU} == "riscv" || \
     ${MACHINE_ARCH:Msparc*} || \
     ${MACHINE_ARCH} == "x86_64"



Home | Main Index | Thread Index | Old Index