From 7f09a14cabbec158d683542e53f53ccfe75031fa Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 3 May 2002 11:07:58 +0000 Subject: No real need to make ldd.target and readelf.target be static... --- ldso/util/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldso') diff --git a/ldso/util/Makefile b/ldso/util/Makefile index 37a09fa88..aec74b5aa 100644 --- a/ldso/util/Makefile +++ b/ldso/util/Makefile @@ -35,7 +35,7 @@ readelf: readelf.c strip -x -R .note -R .comment $@ readelf.target: readelf.c - $(TARGET_CC) $(CFLAGS) -static --uclibc-use-build-dir -s readelf.c -o $@ + $(TARGET_CC) $(CFLAGS) --uclibc-use-build-dir -s readelf.c -o $@ $(STRIPTOOL) -x -R .note -R .comment $@ ifeq ($(strip $(LIBRARY_CACHE)),) @@ -65,7 +65,7 @@ ldd: ldd.c strip -x -R .note -R .comment $@ ldd.target: ldd.c - $(TARGET_CC) $(CFLAGS) -static --uclibc-use-build-dir -s -DUCLIBC_TARGET_PREFIX=\"$(TARGET_PREFIX)\" \ + $(TARGET_CC) $(CFLAGS) --uclibc-use-build-dir -s -DUCLIBC_TARGET_PREFIX=\"$(TARGET_PREFIX)\" \ -DUCLIBC_DEVEL_PREFIX=\"$(DEVEL_PREFIX)\" \ -DUCLIBC_BUILD_DIR=\"$(shell cd $(TOPDIR) && pwd)\" \ -DUCLIBC_LDSO=\"$(UCLIBC_LDSO)\" \ -- cgit v1.2.3