Ver código fonte

(initfini.s): Search the uClibc include dir, so we can find <features.h>.

Miles Bader 23 anos atrás
pai
commit
86cdc971f1
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      libc/sysdeps/linux/common/Makefile

+ 1 - 1
libc/sysdeps/linux/common/Makefile

@@ -61,7 +61,7 @@ $(COBJS): %.o : %.c
 	$(STRIPTOOL) -x -R .note -R .comment $*.o
 
 initfini.s: initfini.c
-	$(CC) $(SAFECFLAGS) -c initfini.c -S -o initfini.s
+	$(CC) $(SAFECFLAGS) -I$(TOPDIR)include -c initfini.c -S -o initfini.s
 
 crti.S crtn.S: initfini.s
 	$(TOPDIR)/extra/scripts/initfini.pl