mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 10:10:24 -04: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 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue