Module Name:    src
Committed By:   matt
Date:           Thu Aug 16 05:30:56 UTC 2012

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

Log Message:
Add ARM cpus to those MACHINE_ARCH which USE_COMPILERCRTSTUFF=no


To generate a diff of this commit:
cvs rdiff -u -r1.705 -r1.706 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.705 src/share/mk/bsd.own.mk:1.706
--- src/share/mk/bsd.own.mk:1.705	Fri Aug 10 16:12:20 2012
+++ src/share/mk/bsd.own.mk	Thu Aug 16 05:30:55 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.705 2012/08/10 16:12:20 joerg Exp $
+#	$NetBSD: bsd.own.mk,v 1.706 2012/08/16 05:30:55 matt Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -59,6 +59,7 @@ HAVE_GCC?=    45
 .endif
 
 .if \
+    ${MACHINE_CPU} == "arm" || \
     ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "powerpc" || \
     ${MACHINE_CPU} == "sh3" || \

Reply via email to