diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-11-16 09:01:30 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-11-16 09:01:30 -0500 |
commit | b78d561ec79b6a7c29d14bf49c82b600815b2cc4 (patch) | |
tree | 0a0fd208b64751432efe662ec934a8547a4191b0 | |
parent | 8ce1ad3097ca6b92293ca767f6e4ddd98ad0d90e (diff) | |
download | busybox-b78d561ec79b6a7c29d14bf49c82b600815b2cc4.tar.gz |
allow SKIP_STRIP to be set in the env
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r-- | Makefile.flags | 2 |
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,) |