瀏覽代碼

test: nptl and tls tests need main include dir

Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Austin Foxley 16 年之前
父節點
當前提交
d9c7e6a19e
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      test/nptl/Makefile.in
  2. 1 0
      test/tls/Makefile.in

+ 1 - 0
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)

+ 1 - 0
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