ports/devel/linuxthreads/files/Makefile.libgcc_r
Jason Evans 06bce9d9d7 Use the correct pthread.h when compiling liblgcc_r. Allow thread stacks
larger than 16kB.  Make sure to call global destructors during shutdown.

PR:		ports/22429
Submitted by:	tegge
2000-11-06 19:43:33 +00:00

19 lines
451 B
Text

# $FreeBSD: /tmp/pcvs/ports/devel/linuxthreads/files/Makefile.libgcc_r,v 1.3 2000-11-06 19:43:33 jasone Exp $
DESTDIR=/usr/local/
LIBDIR= lib/
CFLAGS+=-D_PTHREADS -I../
CFLAGS+=-I../sysdeps/i386 -I../sysdeps/pthread -I../sysdeps/unix/sysv/linux
.include "/usr/src/gnu/lib/libgcc/Makefile"
#
# Override various things that are set in the main Makefile.
#
GCCDIR:=$(GCCDIR:T:S/^/\/usr\/src\/contrib\/&/)
LIB= lgcc_r
.PATH: ${GCCDIR}/cp ${GCCDIR}