Don't force MACHINE_ARCH to be arm

This commit is contained in:
matt 2013-06-27 01:01:08 +00:00
parent b7b444d5e5
commit c59d3d7a2c
1 changed files with 2 additions and 2 deletions

View File

@ -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")