adds missing patch for native toolchain

SVN-Revision: 11425
This commit is contained in:
John Crispin
2008-06-10 07:18:41 +00:00
parent 80e70b78fd
commit c9d9f8045c
2 changed files with 13 additions and 5 deletions

View File

@@ -120,11 +120,15 @@ TARGET_CONFIGURE_OPTS:= \
SIZE=$(TARGET_CROSS)size
# strip an entire directory
RSTRIP:= \
NM="$(TARGET_CROSS)nm" \
STRIP="$(STRIP)" \
STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment" \
$(SCRIPT_DIR)/rstrip.sh
ifneq ($(CONFIG_BUILD_DEVELOPER_SYSTEM),)
RSTRIP:=:
else
RSTRIP:= \
NM="$(TARGET_CROSS)nm" \
STRIP="$(STRIP)" \
STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment" \
$(SCRIPT_DIR)/rstrip.sh
endif
ifeq ($(CONFIG_ENABLE_LOCALE),true)
DISABLE_NLS:=