mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 06:12:01 +01:00
lib{c,sys}: fix powerpcspe build
libsys/powerpc/Symbol.sys.map was removed due to all symbols moving to
libc.
Fixes: d7847a8d35
lib{c,sys}: return wrapped syscall APIs to libc
This commit is contained in:
parent
e4315bbc85
commit
ccf4d5eed2
@ -1,7 +1,5 @@
|
||||
CFLAGS+= -I${LIBC_SRCTOP}/powerpc
|
||||
CFLAGS+= -I${LIBSYS_SRCTOP}/powerpc
|
||||
|
||||
SYM_MAPS+= ${LIBSYS_SRCTOP}/powerpc/Symbol.sys.map
|
||||
|
||||
.PATH: ${LIBSYS_SRCTOP}/powerpc
|
||||
.include "${LIBSYS_SRCTOP}/powerpc/Makefile.sys"
|
||||
|
Loading…
Reference in New Issue
Block a user