06d8a116bd
which returns pointer to tcb Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D29623
9 lines
216 B
Makefile
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}
|