lib{c,sys}: fix powerpcspe buildlibsys/powerpc/Symbol.sys.map was removed due to all symbols moving tolibc.Fixes: d7847a8d3514 lib{c,sys}: return wrapped syscall APIs to libc
libsys: fix powerpcspe buildReviewed by: kibDifferential Revision: https://reviews.freebsd.org/D43771
libc: Move per-arch sys/Makefile.inc to libsyslibc/<arch>/sys/Makefile.inc -> libsys/<arch>/Makefile.sys.Require that libsys/<arch>/Makefile.sys exist. At least for currentarchtiectures, it's n
libc: Move per-arch sys/Makefile.inc to libsyslibc/<arch>/sys/Makefile.inc -> libsys/<arch>/Makefile.sys.Require that libsys/<arch>/Makefile.sys exist. At least for currentarchtiectures, it's not possible for an architecture to not have and MDsyscall bits.powerpcspe/Makefile.sys's structure means it had to be modified when movedso rename detection won't work, but it has trivial contents so thehistory is unimportant.Reviewed by: kib, emaste, impPull Request: https://github.com/freebsd/freebsd-src/pull/908
show more ...