From 0983188668ca7bc8f081ebea813f19ed348ac3d4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 22 Nov 2005 21:25:37 +0000 Subject: use the local elf.h since the host toolchain probably sucks #555 --- utils/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils') diff --git a/utils/Makefile b/utils/Makefile index a0ba63376..d3961dc3b 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -70,6 +70,8 @@ else hostutils: readelf.host endif +HOSTCFLAGS += -include $(top_srcdir)include/elf.h + ldd.host: ldd.c $(HOSTCC) $(HOSTCFLAGS) -Wl,-s \ -DUCLIBC_RUNTIME_PREFIX=\"$(RUNTIME_PREFIX)\" $(HOST_LDSO_CACHE_FLAG) \ -- cgit v1.2.3