Commit 6ff820d6 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

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

parent 8ec9199f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)