projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ce1ad3
)
allow SKIP_STRIP to be set in the env
author
Mike Frysinger
<vapier@gentoo.org>
Tue, 16 Nov 2010 14:01:30 +0000
(09:01 -0500)
committer
Mike Frysinger
<vapier@gentoo.org>
Tue, 16 Nov 2010 14:01:30 +0000
(09:01 -0500)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Makefile.flags
patch
|
blob
|
history
diff --git
a/Makefile.flags
b/Makefile.flags
index 60bb888d8db53d8dfdaaeee01abb4f3f500bd49c..363300b52bdcfc2cd7c9fe466971769768f68855 100644
(file)
--- 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,)