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"