Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-11-16 17:01:30 +0300
committerMike Frysinger <vapier@gentoo.org>2010-11-16 17:01:30 +0300
commitb78d561ec79b6a7c29d14bf49c82b600815b2cc4 (patch)
tree0a0fd208b64751432efe662ec934a8547a4191b0 /Makefile.flags
parent8ce1ad3097ca6b92293ca767f6e4ddd98ad0d90e (diff)
allow SKIP_STRIP to be set in the env
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'Makefile.flags')
-rw-r--r--Makefile.flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.flags b/Makefile.flags
index 60bb888d8..363300b52 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,)