From 0acc4fa2a1824bd738dfacabcc5b29709efdd3e8 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 19 Jul 2006 06:46:38 +0000 Subject: don't use the host strip command (closes: #592). git-svn-id: svn://svn.openwrt.org/openwrt/trunk@4163 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/axtls/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'openwrt/package/axtls/Makefile') diff --git a/openwrt/package/axtls/Makefile b/openwrt/package/axtls/Makefile index 902797610..c53c4e5ae 100644 --- a/openwrt/package/axtls/Makefile +++ b/openwrt/package/axtls/Makefile @@ -26,6 +26,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.built: $(MAKE) -C $(PKG_BUILD_DIR) \ CC=$(TARGET_CC) \ + STRIP=/bin/true \ OPT_CFLAGS="$(TARGET_CFLAGS)" OPT_LDFLAGS="" touch $@ -- cgit v1.2.3