- pass $(TARGET_CROSS)strip as STRIP to the packages.

This commit is contained in:
Bernhard Reutner-Fischer 2006-03-10 08:44:16 +00:00
parent 8ec9199f17
commit 6ff820d647
1 changed files with 1 additions and 0 deletions

View File

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