diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2009-11-29 18:08:17 -0800 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-11-29 18:08:17 -0800 |
commit | d9c7e6a19ea2c96080f3bf7de069acf87c9a8a5d (patch) | |
tree | f7c40eac3f521cd692bce2fa98cbf68a3a0cac58 /test/tls | |
parent | dc4af047fe943f6fce2a6a7ebc70aab819434e76 (diff) |
test: nptl and tls tests need main include dir
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'test/tls')
-rw-r--r-- | test/tls/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tls/Makefile.in b/test/tls/Makefile.in index 10c674100..b5b0d3b99 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 |