pull in strnlen.S

This commit is contained in:
macallan 2013-01-23 20:38:27 +00:00
parent 04ce843b93
commit b3be12c418

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile.inc,v 1.12 2012/10/30 16:36:03 christos Exp $
# $NetBSD: Makefile.inc,v 1.13 2013/01/23 20:38:27 macallan Exp $
SRCS+= byte_swap_2.S byte_swap_4.S
SRCS+= ffs.S
SRCS+= divsi3.S udivsi3.S divide.S clzsi2.S modsi3.S umodsi3.S
SRCS+= memcmp.S memcpy.S memset.S memmove.S strcmp.S strncmp.S
SRCS+= memcmp.S memcpy.S memset.S memmove.S strcmp.S strncmp.S strnlen.S
.if ${MACHINE_ARCH} == "earm" || ${MACHINE_ARCH} == "earmeb"
SRCS+= __aeabi_ldivmod.S __aeabi_uldivmod.S __aeabi_lcmp.c __aeabi_ulcmp.c