enable memset & memchr.
This commit is contained in:
parent
0394a86a98
commit
a73a35b98f
|
@ -12,7 +12,7 @@ SRCS+= bcmp.s bcopy.s bzero.s ffs.s index.s memchr.c memcmp.c memset.c \
|
|||
strncat.c strncmp.s strncpy.s strpbrk.c strsep.c \
|
||||
strspn.c strstr.c
|
||||
.elif (${MACHINE} == "i386")
|
||||
SRCS+= bcmp.c bcopy.s bzero.s ffs.s index.s memchr.c memcmp.c memset.c \
|
||||
SRCS+= bcmp.c bcopy.s bzero.s ffs.s index.s memchr.s memcmp.c memset.s \
|
||||
rindex.s strcat.s strcmp.s strcpy.s strcspn.c strlen.s \
|
||||
strncat.c strncmp.s strncpy.c strpbrk.c strsep.c \
|
||||
strspn.c strstr.c
|
||||
|
|
Loading…
Reference in New Issue