adds missing patch for native toolchain

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11425 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
John Crispin
2008-06-10 07:18:41 +00:00
parent 7007ab6ddd
commit 00ee3a96d1
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"