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