commit afb82a72f87b0c4f3f93f11c8e781491a8451d36 parent 4f13c58f72cc8b9971050dfb444dba5013e4c0eb Author: sin <sin@2f30.org> Date: Fri, 23 May 2014 15:05:44 +0100 Don't use STRIP - has been removed from config.def.mk Diffstat:
M | busybox/busybox.mk | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/busybox/busybox.mk b/busybox/busybox.mk @@ -40,5 +40,4 @@ INSTALL_SYMLINK = \ busybox:Q: cp ../busybox.config .config - make -j$nprocs AR="$AR" STRIP="$STRIP" HOSTCC="$HOSTCC -static" CC="$CC" busybox - + make -j$nprocs AR="$AR" HOSTCC="$HOSTCC -static" CC="$CC" busybox