Module Name:    src
Committed By:   matt
Date:           Thu Jun 27 01:01:08 UTC 2013

Modified Files:
        src/sys/arch/cats/conf: Makefile.cats.inc

Log Message:
Don't force MACHINE_ARCH to be arm


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/cats/conf/Makefile.cats.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/cats/conf/Makefile.cats.inc
diff -u src/sys/arch/cats/conf/Makefile.cats.inc:1.25 src/sys/arch/cats/conf/Makefile.cats.inc:1.26
--- src/sys/arch/cats/conf/Makefile.cats.inc:1.25	Sun Jul 10 04:37:56 2011
+++ src/sys/arch/cats/conf/Makefile.cats.inc	Thu Jun 27 01:01:08 2013
@@ -1,6 +1,6 @@
-#	$NetBSD: Makefile.cats.inc,v 1.25 2011/07/10 04:37:56 tsutsui Exp $
+#	$NetBSD: Makefile.cats.inc,v 1.26 2013/06/27 01:01:08 matt Exp $
 
-MACHINE_ARCH=	arm
+MACHINE_ARCH?=	arm
 CPPFLAGS+=	-D${MACHINE}
 
 .if defined(ABLEELF) && (${ABLEELF} == "1")

Reply via email to