[git commit] utils: expand search path to find dl-sysdep.h

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jun 15 12:00:35 UTC 2012


commit: http://git.uclibc.org/uClibc/commit/?id=0f34bed3f407464c18e2261d12ae53e90e333d85
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 utils/Makefile.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/utils/Makefile.in b/utils/Makefile.in
index 1714d28..d725282 100644
--- a/utils/Makefile.in
+++ b/utils/Makefile.in
@@ -10,6 +10,7 @@ subdirs += utils
 
 CFLAGS-utils := \
     $(SSP_ALL_CFLAGS) \
+    -I$(top_srcdir)ldso/ldso/$(TARGET_ARCH) \
     -I$(top_srcdir)ldso/include \
     -DUCLIBC_RUNTIME_PREFIX=\"$(RUNTIME_PREFIX)\" \
     -DUCLIBC_LDSO=\"$(UCLIBC_LDSO)\" \
@@ -55,9 +56,11 @@ BUILD_CFLAGS-utils := \
     $(UTILS_CONFIG_FLAGS-y)
 BUILD_CFLAGS-ldconfig.host := \
 				-DBUILDING_LINKAGE \
+				-I$(top_srcdir)ldso/ldso/$(TARGET_ARCH) \
 				-I$(top_srcdir)ldso/include
 BUILD_CFLAGS-ldd.host      := \
 				-DBUILDING_LINKAGE \
+				-I$(top_srcdir)ldso/ldso/$(TARGET_ARCH) \
 				-I$(top_srcdir)ldso/include \
 				-include $(top_srcdir)include/elf.h
 BUILD_CFLAGS-locale.host   := \


More information about the uClibc-cvs mailing list