diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2010-01-07 15:05:27 +0100 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2010-02-09 07:55:19 +0100 |
commit | 72b7786ff14504eea9a16c738216aed549f7f1cc (patch) | |
tree | e793d1014bcd43524e91f7ad9a82d57d80b7f293 /test/nptl/Makefile.in | |
parent | 828ba271af0e7a61154740646014c5b1d81d8fb9 (diff) |
nptl_test: sysdep headers re-factoring
Update nptl and tls Makefiles according to new sysdep headers structure
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'test/nptl/Makefile.in')
-rw-r--r-- | test/nptl/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in index 0bca63b78..b8e140bc1 100644 --- a/test/nptl/Makefile.in +++ b/test/nptl/Makefile.in @@ -58,8 +58,11 @@ GLIBC_TESTS_DISABLED += tst-tls3_glibc tst-tls4_glibc tst-tls5_glibc endif PTDIR := $(top_builddir)libpthread/nptl +SYSDEPS_DIR := $(top_srcdir)libc/sysdeps EXTRA_CFLAGS := -DNOT_IN_libc=1 -D_LIBC -D__USE_GNU -std=gnu99 \ + -I$(SYSDEPS_DIR)/linux \ + -I$(SYSDEPS_DIR)/linux/$(TARGET_ARCH) \ -I$(PTDIR) -I$(PTDIR)/sysdeps/unix/sysv/linux/$(TARGET_ARCH) \ -I$(PTDIR)/sysdeps/$(TARGET_ARCH) \ -I$(PTDIR)/sysdeps/unix/sysv/linux \ |