[git commit ldso-future] test: reorder search path, first comes the arch specific directory

Peter S. Mazinger ps.m at gmx.net
Wed Mar 30 11:53:36 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=8addca40cd10b11df19d4237772602e3a6fccb1f
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/ldso-future

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 test/nptl/Makefile.in |    2 +-
 test/tls/Makefile.in  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in
index b6a279e..42174cd 100644
--- a/test/nptl/Makefile.in
+++ b/test/nptl/Makefile.in
@@ -85,8 +85,8 @@ EXTRA_CFLAGS := -DNOT_IN_libc=1 -D_LIBC -D__USE_GNU -std=gnu99 \
 	-I$(PTDIR)/sysdeps/pthread					\
 	-I$(PTDIR)/sysdeps/pthread/bits					\
 	-I$(PTDIR)/sysdeps/generic					\
-	-I$(top_builddir)ldso/include					\
 	-I$(top_builddir)ldso/ldso/$(TARGET_ARCH)			\
+	-I$(top_builddir)ldso/include					\
 	-I$(top_builddir)include					\
 	-include $(top_builddir)include/libc-symbols.h
 
diff --git a/test/tls/Makefile.in b/test/tls/Makefile.in
index d19d347..24d5409 100644
--- a/test/tls/Makefile.in
+++ b/test/tls/Makefile.in
@@ -31,8 +31,8 @@ EXTRA_CFLAGS := -DNOT_IN_libc=1 \
 	-I$(PTDIR)/sysdeps/pthread				\
 	-I$(PTDIR)/sysdeps/pthread/bits				\
 	-I$(PTDIR)/sysdeps/generic				\
-	-I$(top_builddir)ldso/include				\
 	-I$(top_builddir)ldso/ldso/$(TARGET_ARCH)		\
+	-I$(top_builddir)ldso/include				\
 	-I$(top_builddir)include				\
 	-include $(top_builddir)include/libc-symbols.h
 
-- 
1.7.3.4



More information about the uClibc-cvs mailing list