freebsd-skq/lib/libc/powerpc/gen/Makefile.common
Konstantin Belousov 06d8a116bd libc: add _get_tp() private function
which returns pointer to tcb

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D29623
2021-04-09 23:46:24 +03:00

9 lines
216 B
Makefile

# $FreeBSD$
.PATH: ${LIBC_SRCTOP}/powerpc/gen
SRCS += _ctx_start.S eabi.S infinity.c ldexp.c makecontext.c \
signalcontext.c syncicache.c _get_tp.c _set_tp.c trivial-getcontextx.c
CFLAGS._get_tp.c+= ${RTLD_HDRS}