diff options
-rw-r--r-- | ldso/util/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ldso/util/Makefile b/ldso/util/Makefile index c6b3e9df0..3814bfd2b 100644 --- a/ldso/util/Makefile +++ b/ldso/util/Makefile @@ -57,12 +57,11 @@ ldd: ldd.c $(STRIPTOOL) -x -R .note -R .comment $@ ldd.uclibc: ldd.c - $(NATIVE_CC) $(NATIVE_CFLAGS) -g -DUCLIBC_TARGET_PREFIX=\"$(TARGET_PREFIX)\" \ + $(NATIVE_CC) $(NATIVE_CFLAGS) -s -DUCLIBC_TARGET_PREFIX=\"$(TARGET_PREFIX)\" \ -DUCLIBC_DEVEL_PREFIX=\"$(DEVEL_PREFIX)\" \ -DUCLIBC_BUILD_DIR=\"$(shell cd $(TOPDIR) && pwd)\" \ -DUCLIBC_LDSO=\"$(UCLIBC_LDSO)\" \ ldd.c -o $@ - $(STRIPTOOL) -x -R .note -R .comment $@ clean: rm -f $(TARGETS) *.o *~ core |