History log of /freebsd/lib/libsys/powerpcspe/Makefile.sys (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ccf4d5ee 13-Mar-2024 Brooks Davis <brooks@FreeBSD.org>

lib{c,sys}: fix powerpcspe build

libsys/powerpc/Symbol.sys.map was removed due to all symbols moving to
libc.

Fixes: d7847a8d3514 lib{c,sys}: return wrapped syscall APIs to libc


Revision tags: release/13.3.0
# 11f9745c 07-Feb-2024 Brooks Davis <brooks@FreeBSD.org>

libsys: fix powerpcspe build

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D43771


# 31a46e2c 14-Nov-2023 Brooks Davis <brooks@FreeBSD.org>

libc: Move per-arch sys/Makefile.inc to libsys

libc/<arch>/sys/Makefile.inc -> libsys/<arch>/Makefile.sys.

Require that libsys/<arch>/Makefile.sys exist. At least for current
archtiectures, it's n

libc: Move per-arch sys/Makefile.inc to libsys

libc/<arch>/sys/Makefile.inc -> libsys/<arch>/Makefile.sys.

Require that libsys/<arch>/Makefile.sys exist. At least for current
archtiectures, it's not possible for an architecture to not have and MD
syscall bits.

powerpcspe/Makefile.sys's structure means it had to be modified when moved
so rename detection won't work, but it has trivial contents so the
history is unimportant.

Reviewed by: kib, emaste, imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/908

show more ...