Skip to content

Commit

Permalink
libc: Add include path for aarch64 memchr.S
Browse files Browse the repository at this point in the history
Reported by:	bapt
Sponsored by:	The FreeBSD Foundation
Fixes: d355c28 ("depend-cleanup: bea89d0 also moved memchr")
  • Loading branch information
emaste committed Jan 17, 2025
1 parent b8cdbe1 commit 72f092e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/libc/aarch64/string/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,7 @@ CLEANFILES+= ${FUNC}.S
MDSRCS+= ${FUNC}.S
CFLAGS.${FUNC}.S+=-I${SRCTOP}/contrib/arm-optimized-routines/string
.endfor

# memchr.S is a wrapper in the src tree for the implementation from
# arm-optimized-routines
CFLAGS.memchr.S+=-I${SRCTOP}/contrib/arm-optimized-routines/string

0 comments on commit 72f092e

Please sign in to comment.