Browse Source

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

Mike Frysinger 19 years ago
parent
commit
f3c7774ff4
1 changed files with 1 additions and 1 deletions
  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