-pthread -> -lc_r

This commit is contained in:
Daniel Eischen 2001-01-24 13:41:04 +00:00
parent c2e9063250
commit 75f7221ee6
3 changed files with 3 additions and 3 deletions

View File

@ -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 :=

View File

@ -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 :=

View File

@ -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 :=