Index: libexec/rtld-elf/rtld-libc/Makefile.inc =================================================================== --- libexec/rtld-elf/rtld-libc/Makefile.inc +++ libexec/rtld-elf/rtld-libc/Makefile.inc @@ -40,7 +40,7 @@ # Use the string and memory .o files from libc instead of rebuilding them (they # might be using optimized assembly and duplicating that logic here is awkward). -_libc_string_objects= bcopy memchr memcmp memcpy memmove stpncpy strcat \ +_libc_string_objects= bcmp bcopy memchr memcmp memcpy memmove stpncpy strcat \ strchr strcmp stpcpy strcpy strcspn strdup strlcat strlcpy strlen strncmp \ strncpy strrchr strsep strspn strstr strtok # Also use all the syscall .o files from libc_nossp_pic: