[git commit nptl] test: nptl and tls tests need main include dir

Austin Foxley austinf at cetoncorp.com
Mon Nov 30 01:20:11 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=d9c7e6a19ea2c96080f3bf7de069acf87c9a8a5d
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/nptl

Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
---
 test/nptl/Makefile.in |    1 +
 test/tls/Makefile.in  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in
index 8c19577..c5fd3f2 100644
--- a/test/nptl/Makefile.in
+++ b/test/nptl/Makefile.in
@@ -57,6 +57,7 @@ EXTRA_CFLAGS := -DNOT_IN_libc=1 -D_LIBC -D__USE_GNU -std=gnu99 \
 	-I$(PTDIR)/sysdeps/generic					\
 	-I$(top_builddir)ldso/include					\
 	-I$(top_builddir)ldso/ldso/$(TARGET_ARCH)			\
+	-I$(top_builddir)include					\
 	-include $(top_builddir)include/libc-symbols.h
 
 ifeq ($(TARGET_ARCH),i386)
diff --git a/test/tls/Makefile.in b/test/tls/Makefile.in
index 10c6741..b5b0d3b 100644
--- a/test/tls/Makefile.in
+++ b/test/tls/Makefile.in
@@ -19,6 +19,7 @@ EXTRA_CFLAGS := -DNOT_IN_libc=1 \
 	-I$(PTDIR)/sysdeps/generic				\
 	-I$(top_builddir)ldso/include				\
 	-I$(top_builddir)ldso/ldso/$(TARGET_ARCH)		\
+	-I$(top_builddir)include				\
 	-include $(top_builddir)include/libc-symbols.h
 
 CFLAGS_tst-tlsmod1.so := -fPIC -DSHARED -shared
-- 
1.6.3.3



More information about the uClibc-cvs mailing list