aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>2000-11-01 01:18:27 +0000
committerJohn Polstra <jdp@FreeBSD.org>2000-11-01 01:18:27 +0000
commit9a281c0b9658a27c4af98e2e468b141a70e60c31 (patch)
treee726ae866db08f3162cf884ee5d3b4db3f9708cb /gnu/lib
parent7640314efaf663b7e2b1f592bf12b06ae8fdd974 (diff)
Notes
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libgcc_r/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/libgcc_r/Makefile b/gnu/lib/libgcc_r/Makefile
index 7f733023e3c8..501549c46430 100644
--- a/gnu/lib/libgcc_r/Makefile
+++ b/gnu/lib/libgcc_r/Makefile
@@ -2,5 +2,6 @@
LIB= gcc_r
CFLAGS+=-D_PTHREADS
+CFLAGS+=-D'__GTHREAD_MUTEX_INIT_FUNCTION(m)=pthread_mutex_init(m, NULL)'
.include "../libgcc/Makefile"