uclibc: fix STRIP_none handling
It was with reversed logic Signed-off-by: Noam Camus <noamc@ezchip.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
a33152bae5
commit
e090aeaa87
@ -398,6 +398,8 @@ endif
|
||||
#
|
||||
|
||||
ifeq ($(BR2_STRIP_none),y)
|
||||
UCLIBC_STRIP_CONFIG = $(call UCLIBC_OPT_UNSET,DOSTRIP,$(@D))
|
||||
else
|
||||
UCLIBC_STRIP_CONFIG = $(call UCLIBC_OPT_SET,DOSTRIP,y,$(@D))
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user