diff options
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/test/Makefile b/lib/libc_r/test/Makefile index db2f046..18f9573 100644 --- a/lib/libc_r/test/Makefile +++ b/lib/libc_r/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 := |