xref: /freebsd-13.1/lib/libc/aarch64/string/Makefile.inc (revision cdebaff8)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# $FreeBSD$
2#
3# String handling from the Cortex Strings library
4# https://git.linaro.org/toolchain/cortex-strings.git
5#
6
7.PATH: ${LIBC_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

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026