If earm*, compile new aeabi runtime routines.

This commit is contained in:
matt 2012-08-06 02:14:57 +00:00
parent 14a27ff97b
commit 9c2af1c9cc
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
# $NetBSD: Makefile.inc,v 1.9 2009/08/14 19:23:53 dsl Exp $
# $NetBSD: Makefile.inc,v 1.10 2012/08/06 02:14:57 matt Exp $
SRCS+= byte_swap_2.S byte_swap_4.S
SRCS+= ffs.S
SRCS+= divsi3.S clzsi2.S
SRCS+= memcmp.S memcpy.S memset.S memmove.S strcmp.S strncmp.S
.if ${MACHINE_ARCH} == "earm" || ${MACHINE_ARCH} == "earmeb"
SRCS+= __aeabi_ldivmod.S __aeabi_uldivmod.S __aeabi_lcmp.c __aeabi_ulcmp.c
.endif