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

@ -142,6 +142,10 @@ config EXTERNAL_KERNEL_TREE
prompt "Use external kernel tree" if DEVEL
default ""
config BUILD_DEVELOPER_SYSTEM
bool "build a non-stripped system, so gcc can be run natively on target" if DEVEL
default n
source "toolchain/Config.in"
menuconfig BUILDSYSTEM_SETTINGS
bool "Buildsystem settings"

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:=