Make x86 use the C versions of bcmp() and memcmp().

This commit is contained in:
ad 2020-01-27 22:08:08 +00:00
parent 456dddb366
commit 60f1ad4e64
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile.inc,v 1.5 2009/07/30 20:57:16 dsl Exp $
# $NetBSD: Makefile.inc,v 1.6 2020/01/27 22:08:08 ad Exp $
# objects built from assembler sources
SRCS+= bcmp.S bcopy.S bzero.S ffs.S memchr.S memcmp.S \
SRCS+= bcopy.S bzero.S ffs.S memchr.S \
memcpy.S memmove.S memset.S strcat.S strchr.S \
strcmp.S strcpy.S strlen.S strncmp.S strrchr.S swab.S

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile.inc,v 1.6 2013/11/24 03:50:17 christos Exp $
# $NetBSD: Makefile.inc,v 1.7 2020/01/27 22:08:08 ad Exp $
# objects built from assembler sources
SRCS+= bcmp.S bcopy.S ffs.S memchr.S memcmp.S \
SRCS+= bcopy.S ffs.S memchr.S \
memcpy.S memmove.S memset.S strcat.S strchr.S \
strcmp.S strcpy.S strlen.S strncmp.S strrchr.S swab.S
NO_SRCS+= bzero.c