Sfoglia il codice sorgente

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

Mike Frysinger 21 anni fa
parent
commit
0983188668
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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) \