Make use of ppc tuned assembler.

This commit is contained in:
garbled 2008-02-21 17:37:00 +00:00
parent 2ba84f0f9e
commit f908c50890

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile.inc,v 1.5 2006/06/17 18:04:23 uwe Exp $
# $NetBSD: Makefile.inc,v 1.6 2008/02/21 17:37:00 garbled Exp $
SRCS+= bzero.S ffs.S strlen.S
SRCS+= bzero.S ffs.S strlen.S memcmp.S bcopy.S memcpy.S memmove.S
SRCS+= bcmp.c bcopy.c index.c memchr.c memcmp.c \
SRCS+= bcmp.c index.c memchr.c \
rindex.c strcat.c strcmp.c strcpy.c strcspn.c \
strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
strspn.c strstr.c swab.c