Module Name: src Committed By: skrll Date: Tue May 5 20:47:39 UTC 2020
Modified Files: src/share/mk: bsd.own.mk Log Message: switch hppa to new binutils (2.34) To generate a diff of this commit: cvs rdiff -u -r1.1187 -r1.1188 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.own.mk diff -u src/share/mk/bsd.own.mk:1.1187 src/share/mk/bsd.own.mk:1.1188 --- src/share/mk/bsd.own.mk:1.1187 Mon Apr 27 03:15:12 2020 +++ src/share/mk/bsd.own.mk Tue May 5 20:47:38 2020 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1187 2020/04/27 03:15:12 mrg Exp $ +# $NetBSD: bsd.own.mk,v 1.1188 2020/05/05 20:47:38 skrll Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -164,7 +164,8 @@ EXTERNAL_GDB_SUBDIR= /does/not/exist # .if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386" || \ ${MACHINE_ARCH} == "powerpc64" || ${MACHINE_ARCH} == "powerpc" || \ - ${MACHINE_CPU} == "aarch64" || ${MACHINE_CPU} == "arm" + ${MACHINE_CPU} == "aarch64" || ${MACHINE_CPU} == "arm" || \ + ${MACHINE_ARCH} == "hppa" HAVE_BINUTILS?= 234 .else HAVE_BINUTILS?= 231