NetBSD/lib/libc/tls/Makefile.inc
matt 69358e3723 Add PPC TLS support. Add -D_LIBC_SOURCE for tls.c and _lwp.c (powerpc)
so that __lwp_gettcb_fast and __lwp_settcb inlines are define.
2011-03-12 07:55:09 +00:00

10 lines
182 B
Makefile

# $NetBSD: Makefile.inc,v 1.2 2011/03/12 07:55:09 matt Exp $
.include <bsd.own.mk>
# Our sources
.PATH: ${.PARSEDIR} ${ARCHDIR}/tls
SRCS+= tls.c
CPPFLAGS.tls.c+= -D_LIBC_SOURCE