blob: c4d9ec977c23f2ada332bcb6ab45ea323d8f4ec6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $FreeBSD: /tmp/pcvs/ports/devel/linuxthreads/files/Makefile.libgcc_r,v 1.2 2000-07-12 01:43:01 jasone Exp $
DESTDIR=/usr/local/
LIBDIR= lib/
CFLAGS+=-D_PTHREADS -I../
.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}
|