From f1429771e1b4d6a42fd06a315e1509d4a2e94e33 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 11 Jan 2002 16:55:38 +0000 Subject: Don't use target strip on native binary --- ldso/util/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ldso') 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 -- cgit v1.2.3