mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
${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.
6 lines
75 B
Makefile
6 lines
75 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= gcc_r
|
|
CFLAGS+=-D_PTHREADS
|
|
|
|
.include "../libgcc/Makefile"
|