From 2534b312141c709f17793002e553c7a255386e96 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 14 Nov 2002 12:10:18 +0000 Subject: Some more toolchain building cleanups --- make/uclibc_toolchain.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/uclibc_toolchain.mk') diff --git a/make/uclibc_toolchain.mk b/make/uclibc_toolchain.mk index 178b25293..16152f7fa 100644 --- a/make/uclibc_toolchain.mk +++ b/make/uclibc_toolchain.mk @@ -378,8 +378,8 @@ $(BUILD_DIR)/.shuffled: $(GCC_BUILD_DIR2)/.fixedup touch $(BUILD_DIR)/.shuffled $(BUILD_DIR)/.stripped: $(BUILD_DIR)/.shuffled - -strip --strip-all -R .note -R .comment $(STAGING_DIR)/bin/* - -$(STAGING_DIR)/bin/$(ARCH)-uclibc-strip --strip-unneeded \ + -$(STRIP) $(STAGING_DIR)/bin/* + -$(TARGET_CROSS)strip --strip-unneeded \ -R .note -R .comment $(STAGING_DIR)/lib/*.so*; touch $(BUILD_DIR)/.stripped -- cgit v1.2.3