XXX: Use earm for earmeb

This commit is contained in:
christos 2012-12-08 02:35:06 +00:00
parent decff94806
commit cfd7c4b684
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2011/08/15 09:19:21 mrg Exp $
# $NetBSD: Makefile,v 1.3 2012/12/08 02:35:06 christos Exp $
REQUIRETOOLS= yes
NOPIC= # defined
@ -11,7 +11,12 @@ LIB= gcov
.if ${MKGCC} != "no"
# XXX: Fix me
.if ${MACHINE_ARCH} == "earmeb"
.include "${.CURDIR}/arch/earm/defs.mk"
.else
.include "${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk"
.endif
LIBGCOVSRCS= ${G_LIBGCOV:=.c}