Переглянути джерело

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

Mike Frysinger 19 роки тому
батько
коміт
f3c7774ff4
1 змінених файлів з 1 додано та 1 видалено
  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