浏览代码

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