mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 00:25:50 -04:00
have been added as some don't seem to be improvements over the libc C implementation. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation
19 lines
325 B
Makefile
19 lines
325 B
Makefile
# $FreeBSD$
|
|
#
|
|
# String handling from the Cortex Strings library
|
|
# https://git.linaro.org/toolchain/cortex-strings.git
|
|
#
|
|
|
|
.PATH: ${LIBC_SRCTOP}/../../contrib/cortex-strings/src/aarch64
|
|
|
|
MDSRCS+=memchr.S \
|
|
memcmp.S \
|
|
memcpy.S \
|
|
memmove.S \
|
|
memset.S \
|
|
strchr.S \
|
|
strcmp.S \
|
|
strcpy.S \
|
|
strlen.S \
|
|
strncmp.S \
|
|
strnlen.S
|