-pthread -> -lc_r
This commit is contained in:
parent
c2e9063250
commit
75f7221ee6
@ -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 :=
|
||||
|
@ -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 :=
|
||||
|
@ -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 :=
|
||||
|
Loading…
Reference in New Issue
Block a user