Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/cats/conf Don't force MACHINE_ARCH to be arm



details:   https://anonhg.NetBSD.org/src/rev/3c58346ac229
branches:  trunk
changeset: 787627:3c58346ac229
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jun 27 01:01:08 2013 +0000

description:
Don't force MACHINE_ARCH to be arm

diffstat:

 sys/arch/cats/conf/Makefile.cats.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r aa83d044512e -r 3c58346ac229 sys/arch/cats/conf/Makefile.cats.inc
--- a/sys/arch/cats/conf/Makefile.cats.inc      Thu Jun 27 00:38:18 2013 +0000
+++ b/sys/arch/cats/conf/Makefile.cats.inc      Thu Jun 27 01:01:08 2013 +0000
@@ -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")



Home | Main Index | Thread Index | Old Index