Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Move sun2 and alpha to new binutils
details: https://anonhg.NetBSD.org/src/rev/2b313feedac0
branches: trunk
changeset: 933536:2b313feedac0
user: christos <christos%NetBSD.org@localhost>
date: Tue May 26 19:29:59 2020 +0000
description:
Move sun2 and alpha to new binutils
diffstat:
share/mk/bsd.own.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 0292e1f4b73c -r 2b313feedac0 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Tue May 26 19:07:49 2020 +0000
+++ b/share/mk/bsd.own.mk Tue May 26 19:29:59 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1192 2020/05/24 21:09:49 rin Exp $
+# $NetBSD: bsd.own.mk,v 1.1193 2020/05/26 19:29:59 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -165,7 +165,8 @@
.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "powerpc64" || ${MACHINE_ARCH} == "powerpc" || \
${MACHINE_CPU} == "aarch64" || ${MACHINE_CPU} == "arm" || \
- ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "sparc64"
+ ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "sparc64" || \
+ ${MACHINE} == "sun2" || ${MACHINE} == "alpha"
HAVE_BINUTILS?= 234
.else
HAVE_BINUTILS?= 231
Home |
Main Index |
Thread Index |
Old Index