Module Name:    src
Committed By:   christos
Date:           Sat Sep 17 15:58:21 UTC 2016

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

Log Message:
switch arm to new binutils.


To generate a diff of this commit:
cvs rdiff -u -r1.960 -r1.961 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.960 src/share/mk/bsd.own.mk:1.961
--- src/share/mk/bsd.own.mk:1.960	Sat Sep 17 02:06:15 2016
+++ src/share/mk/bsd.own.mk	Sat Sep 17 11:58:21 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.960 2016/09/17 06:06:15 kre Exp $
+#	$NetBSD: bsd.own.mk,v 1.961 2016/09/17 15:58:21 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -166,6 +166,7 @@ EXTERNAL_GDB_SUBDIR=		gdb
 #
 .if ${MACHINE} == "alpha" || \
     ${MACHINE} == "amd64" || \
+    ${MACHINE_CPU} == "arm" || \
     ${MACHINE} == "hppa" || \
     ${MACHINE} == "i386" || \
     ${MACHINE} == "ia64" || \

Reply via email to