1# $FreeBSD$ 2# 3# String handling from the Cortex Strings library 4# https://git.linaro.org/toolchain/cortex-strings.git 5# 6 7.PATH: ${SRCTOP}/contrib/cortex-strings/src/aarch64 8 9MDSRCS+=memchr.S \ 10 memcmp.S \ 11 memcpy.S \ 12 memmove.S \ 13 memset.S \ 14 strchr.S \ 15 strcmp.S \ 16 strcpy.S \ 17 strlen.S \ 18 strncmp.S \ 19 strnlen.S 20