OSDN Git Service

test: nptl and tls tests need main include dir
authorAustin Foxley <austinf@cetoncorp.com>
Mon, 30 Nov 2009 02:08:17 +0000 (18:08 -0800)
committerAustin Foxley <austinf@cetoncorp.com>
Mon, 30 Nov 2009 02:08:17 +0000 (18:08 -0800)
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
test/nptl/Makefile.in
test/tls/Makefile.in

index 8c19577..c5fd3f2 100644 (file)
@@ -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)
index 10c6741..b5b0d3b 100644 (file)
@@ -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