summaryrefslogtreecommitdiff
path: root/devel/linuxthreads/files/Makefile.libgcc_r
blob: 7183cdead4b352fe4ed92ee64f23ebc29240163d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $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}