summaryrefslogtreecommitdiff
authorMike Frysinger <vapier@gentoo.org>2010-11-16 14:01:30 (GMT)
committer Mike Frysinger <vapier@gentoo.org>2010-11-16 14:01:30 (GMT)
commitb78d561ec79b6a7c29d14bf49c82b600815b2cc4 (patch)
tree0a0fd208b64751432efe662ec934a8547a4191b0
parent8ce1ad3097ca6b92293ca767f6e4ddd98ad0d90e (diff)
downloadbusybox-b78d561ec79b6a7c29d14bf49c82b600815b2cc4.zip
busybox-b78d561ec79b6a7c29d14bf49c82b600815b2cc4.tar.gz
busybox-b78d561ec79b6a7c29d14bf49c82b600815b2cc4.tar.bz2
allow SKIP_STRIP to be set in the env
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat
-rw-r--r--Makefile.flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.flags b/Makefile.flags
index 60bb888..363300b 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -4,7 +4,7 @@
BB_VER = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
export BB_VER
-SKIP_STRIP = n
+SKIP_STRIP ?= n
# -std=gnu99 needed for [U]LLONG_MAX on some systems
CPPFLAGS += $(call cc-option,-std=gnu99,)