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-w32-b78d561ec79b6a7c29d14bf49c82b600815b2cc4.tar.gz busybox-w32-b78d561ec79b6a7c29d14bf49c82b600815b2cc4.tar.bz2 busybox-w32-b78d561ec79b6a7c29d14bf49c82b600815b2cc4.zip |
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 @@ | |||
4 | 4 | ||
5 | BB_VER = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) | 5 | BB_VER = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) |
6 | export BB_VER | 6 | export BB_VER |
7 | SKIP_STRIP = n | 7 | SKIP_STRIP ?= n |
8 | 8 | ||
9 | # -std=gnu99 needed for [U]LLONG_MAX on some systems | 9 | # -std=gnu99 needed for [U]LLONG_MAX on some systems |
10 | CPPFLAGS += $(call cc-option,-std=gnu99,) | 10 | CPPFLAGS += $(call cc-option,-std=gnu99,) |