mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
libc: Add include path for aarch64 memchr.S
Reported by: bapt Sponsored by: The FreeBSD Foundation Fixes:d355c28a09("depend-cleanup:bea89d038aalso moved memchr")
This commit is contained in:
parent
b8cdbe1852
commit
72f092ee01
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue