- pass $(TARGET_CROSS)strip as STRIP to the packages.
This commit is contained in:
parent
8ec9199f17
commit
6ff820d647
@ -77,6 +77,7 @@ TARGET_CONFIGURE_OPTS=PATH=$(TARGET_PATH) \
|
||||
CXX=$(TARGET_CROSS)g++ \
|
||||
CPP=$(TARGET_CROSS)cpp \
|
||||
RANLIB=$(TARGET_CROSS)ranlib \
|
||||
STRIP=$(TARGET_CROSS)strip \
|
||||
OBJCOPY=$(TARGET_CROSS)objcopy
|
||||
|
||||
ifeq ($(ENABLE_LOCALE),true)
|
||||
|
Loading…
Reference in New Issue
Block a user