From 4d91ad3daa7260427e96ce1d6c62962795c9dbd5 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Sun, 29 Nov 2009 19:37:13 -0800 Subject: test/: compile fixes for nptl and tls tests * Add a GLIBC_TESTS_DISABLED var because many of these tests need internal uClibc stuff. This disables the HOSTCC build of these tests * Fix up tls test macros for x86 * Fix the linking of the tls tests Signed-off-by: Austin Foxley --- test/nptl/Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/nptl/Makefile.in') diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in index c5fd3f238..6cde3d972 100644 --- a/test/nptl/Makefile.in +++ b/test/nptl/Makefile.in @@ -46,6 +46,12 @@ ifeq ($(UCLIBC_HAS_OBSOLETE_BSD_SIGNAL),) TESTS_DISABLED := tst-exec2 tst-exec3 tst-exec4 endif +GLIBC_TESTS_DISABLED := tst-eintr1_glibc tst-eintr2_glibc \ + tst-eintr3_glibc tst-eintr4_glibc tst-eintr5_glibc \ + tst-tls1_glibc tst-tls2_glibc tst-tls3_glibc \ + tst-tls4_glibc tst-tls5_glibc + + PTDIR := $(top_builddir)libpthread/nptl EXTRA_CFLAGS := -DNOT_IN_libc=1 -D_LIBC -D__USE_GNU -std=gnu99 \ -- cgit v1.2.3