diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-09 22:16:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-09 22:16:01 +0000 |
commit | f3c7774ff4f4adda09aba6873c3cf0d428b0d0bc (patch) | |
tree | 8f397720e0f952f56f52e7dd64186d410b79245c | |
parent | f47c0e8d13d1238db4623a3f7eda91911293e081 (diff) |
need -s for STRIPTOOL with iconv too as psm pointed out
-rw-r--r-- | utils/Makefile | 2 |
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 |