Module Name:    src
Committed By:   christos
Date:           Tue May 26 19:29:59 UTC 2020

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Move sun2 and alpha to new binutils


To generate a diff of this commit:
cvs rdiff -u -r1.1192 -r1.1193 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.1192 src/share/mk/bsd.own.mk:1.1193
--- src/share/mk/bsd.own.mk:1.1192	Sun May 24 17:09:49 2020
+++ src/share/mk/bsd.own.mk	Tue May 26 15:29:59 2020
@@ -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 @@ 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_ARCH} == "hppa" || ${MACHINE_ARCH} == "sparc64" 
+    ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "sparc64" || \
+    ${MACHINE} == "sun2" || ${MACHINE} == "alpha"
 HAVE_BINUTILS?=	234
 .else
 HAVE_BINUTILS?=	231

Reply via email to