mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
87d902672f
${LIB} was wrong at dependency-parsing time, so dependencies for libgcc_r*.a were wrong. This somehow worked right, except libgcc_r*.a were always out of date.
7 lines
75 B
Makefile
7 lines
75 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= gcc_r
|
|
CFLAGS+=-D_PTHREADS
|
|
|
|
.include "../libgcc/Makefile"
|