Explorar el Código

need -s for STRIPTOOL with iconv too as psm pointed out

Mike Frysinger hace 19 años
padre
commit
f3c7774ff4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      utils/Makefile

+ 1 - 1
utils/Makefile

@@ -64,7 +64,7 @@ iconv: ../libc/misc/wchar/wchar.c
 	$(CC) $(CFLAGS) $(PIEFLAG) -Wl,-s \
 		-DL_iconv_main \
 		$^ -o $@
-	$(STRIPTOOL) -x -R .note -R .comment $@
+	$(STRIPTOOL) -s -x -R .note -R .comment $@
 
 ifeq ($(strip $(HAVE_SHARED)),y)
 hostutils: ldd.host ldconfig.host readelf.host