mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
fbdae04681
and override variables as necessary. This vastly shortens this file, makes tracking toolchain changes more automatic, and makes the linuxthreads port build on both -stable and -current.
19 lines
375 B
Makefile
19 lines
375 B
Makefile
# $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}
|