From: Mike Frysinger Date: Tue, 16 Nov 2010 14:01:30 +0000 (-0500) Subject: allow SKIP_STRIP to be set in the env X-Git-Tag: 1_18_0~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b78d561ec79b6a7c29d14bf49c82b600815b2cc4;p=oweals%2Fbusybox.git allow SKIP_STRIP to be set in the env Signed-off-by: Mike Frysinger --- 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,)