From 61937e80897a53cdee9b63bdc1af318b95a687c6 Mon Sep 17 00:00:00 2001 From: deischen Date: Wed, 24 Jan 2001 13:41:04 +0000 Subject: -pthread -> -lc_r --- lib/libpthread/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libpthread/test') diff --git a/lib/libpthread/test/Makefile b/lib/libpthread/test/Makefile index db2f046..18f9573 100644 --- a/lib/libpthread/test/Makefile +++ b/lib/libpthread/test/Makefile @@ -32,7 +32,7 @@ CFLAGS := -Wall -pipe -g3 LDFLAGS_A := -static LDFLAGS_P := -pg LDFLAGS_S := -LIBS := -pthread +LIBS := -lc_r # Flags passed to verify. "-v" or "-u" may be useful. VFLAGS := -- cgit v1.1