9a281c0b96
fixes the immediate segmentation violations from some multithreaded programs built on very up-to-date systems.
8 lines
148 B
Makefile
8 lines
148 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= gcc_r
|
|
CFLAGS+=-D_PTHREADS
|
|
CFLAGS+=-D'__GTHREAD_MUTEX_INIT_FUNCTION(m)=pthread_mutex_init(m, NULL)'
|
|
|
|
.include "../libgcc/Makefile"
|