diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-07-19 06:46:38 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-07-19 06:46:38 +0000 |
commit | 0acc4fa2a1824bd738dfacabcc5b29709efdd3e8 (patch) | |
tree | 289cee82381fd15b119c603f401416e9361d3757 /openwrt/package/axtls/Makefile | |
parent | 51a5baf372da720fd536f7e6593f3f25130baca4 (diff) |
don't use the host strip command (closes: #592).
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@4163 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/axtls/Makefile')
-rw-r--r-- | openwrt/package/axtls/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 $@ |