summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-09 22:16:01 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-09 22:16:01 +0000
commitf3c7774ff4f4adda09aba6873c3cf0d428b0d0bc (patch)
tree8f397720e0f952f56f52e7dd64186d410b79245c /utils
parentf47c0e8d13d1238db4623a3f7eda91911293e081 (diff)
need -s for STRIPTOOL with iconv too as psm pointed out
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 177d1b59f..fcd38fea4 100644
--- a/utils/Makefile
+++ b/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