Module Name: src
Committed By: christos
Date: Wed Aug 31 17:31:22 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch all arm to new binutils
To generate a diff of this commit:
cvs rdiff -u -r1.948 -r1.949 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.948 src/share/mk/bsd.own.mk:1.949
--- src/share/mk/bsd.own.mk:1.948 Sun Aug 28 10:22:35 2016
+++ src/share/mk/bsd.own.mk Wed Aug 31 13:31:22 2016
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.948 2016/08/28 14:22:35 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.949 2016/08/31 17:31:22 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -174,7 +174,6 @@ EXTERNAL_GDB_SUBDIR= gdb
#
.if ${MACHINE} == "alpha" || \
${MACHINE} == "amd64" || \
- ${MACHINE} == "evbarm" || \
${MACHINE} == "hppa" || \
${MACHINE} == "i386" || \
${MACHINE} == "ia64" || \
@@ -182,6 +181,7 @@ EXTERNAL_GDB_SUBDIR= gdb
${MACHINE} == "sparc" || \
${MACHINE} == "sparc64" || \
${MACHINE} == "vax" || \
+ ${MACHINE_CPU} == "arm" || \
${MACHINE_CPU} == "sh3" || \
${MACHINE_ARCH} == "powerpc"
HAVE_BINUTILS?= 226