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:
Noam Camus 2013-12-22 17:31:38 +02:00 committed by Peter Korsgaard
parent a33152bae5
commit e090aeaa87

View File

@ -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