mirror of
https://git.busybox.net/busybox.git
synced 2024-11-27 07:33:26 +08:00
allow SKIP_STRIP to be set in the env
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
8ce1ad3097
commit
b78d561ec7
@ -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,)
|
||||
|
Loading…
Reference in New Issue
Block a user