add STRIP to TARGET_CONFIGURE_OPTS (closes #606)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4043 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Mike Baker 2006-06-21 20:09:34 +00:00
parent dacd589fd3
commit 842d9847a4
1 changed files with 2 additions and 1 deletions

View File

@ -92,7 +92,8 @@ TARGET_CONFIGURE_OPTS=PATH=$(TARGET_PATH) \
CC=$(TARGET_CROSS)gcc \
GCC=$(TARGET_CROSS)gcc \
CXX=$(TARGET_CROSS)g++ \
RANLIB=$(TARGET_CROSS)ranlib
RANLIB=$(TARGET_CROSS)ranlib \
STRIP=$(TARGET_CROSS)strip
ifeq ($(ENABLE_LOCALE),true)
DISABLE_NLS:=