Explorar o código

use the local elf.h since the host toolchain probably sucks #555

Mike Frysinger %!s(int64=20) %!d(string=hai) anos
pai
achega
0983188668
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      utils/Makefile

+ 2 - 0
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) \