Remove bcmp, bcopy and bzero. We don't need them as they aren't
called from asm code, and we shouldn't have them if we don't need them.
This commit is contained in:
parent
2861457faf
commit
70e10fb682
@ -1,6 +1,6 @@
|
||||
# $NetBSD: Makefile.inc,v 1.1 2000/12/29 20:51:56 bjh21 Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.2 2001/07/06 17:35:44 toshii Exp $
|
||||
|
||||
SRCS+= __assert.c __main.c bcmp.c bswap64.c byte_swap_2.S byte_swap_4.S \
|
||||
SRCS+= __assert.c __main.c bswap64.c byte_swap_2.S byte_swap_4.S \
|
||||
ffs.c imax.c imin.c lmax.c lmin.c max.c min.c random.c scanc.c \
|
||||
skpc.c strcat.c strcmp.c strcasecmp.c \
|
||||
strcpy.c strlen.c strncasecmp.c strncmp.c \
|
||||
@ -8,4 +8,3 @@ SRCS+= __assert.c __main.c bcmp.c bswap64.c byte_swap_2.S byte_swap_4.S \
|
||||
|
||||
SRCS+= divsi3.S
|
||||
SRCS+= memchr.c memcmp.c _memcpy.S memcpy.S memmove.S memset.S
|
||||
SRCS+= bcopy.S bzero.S
|
||||
|
Loading…
Reference in New Issue
Block a user