This is not libc, so don't check the libc arch macro.

This commit is contained in:
joerg 2014-01-17 00:49:55 +00:00
parent 5bb74448c5
commit 329758262f

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.compiler-rt,v 1.1 2013/12/03 16:15:22 joerg Exp $
# $NetBSD: Makefile.compiler-rt,v 1.2 2014/01/17 00:49:55 joerg Exp $
COMPILER_RT_SRCDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
@ -81,7 +81,7 @@ GENERIC_SRCS+= \
umodti3.c
.if ${MACHINE_CPU} == "arm"
. if !empty(LIBC_MACHINE_ARCH:Mearm*)
. if !empty(MACHINE_ARCH:Mearm*)
GENERIC_SRCS+= \
aeabi_idivmod.S \
aeabi_ldivmod.S \