Module Name:    src
Committed By:   mrg
Date:           Wed Jun  8 19:28:48 UTC 2016

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

Log Message:
switch all arm platforms to GCC 5, not just evbarm.


To generate a diff of this commit:
cvs rdiff -u -r1.927 -r1.928 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.927 src/share/mk/bsd.own.mk:1.928
--- src/share/mk/bsd.own.mk:1.927	Sat May 21 19:56:52 2016
+++ src/share/mk/bsd.own.mk	Wed Jun  8 19:28:47 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.927 2016/05/21 19:56:52 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.928 2016/06/08 19:28:47 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -70,8 +70,8 @@ HAVE_GCC?=	0
     ${MACHINE} == "amd64" || \
     ${MACHINE} == "hppa" || \
     ${MACHINE} == "i386" || \
-    ${MACHINE} == "evbarm" || \
     ${MACHINE} == "playstation2" || \
+    ${MACHINE_CPU} == "arm" || \
     ${MACHINE_ARCH} == "powerpc" || \
     ${MACHINE_ARCH} == "vax"
 HAVE_GCC?=	53

Reply via email to