summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2008-06-10 07:18:41 +0000
committerJohn Crispin <john@openwrt.org>2008-06-10 07:18:41 +0000
commitc9d9f8045c5aebdfeb96d7f9833927751d854bc1 (patch)
tree23ca4ef3aee50468acaf784ace88dfa0d2bf0fec /Config.in
parent80e70b78fd12c0ace10bb0f505aa4c8593b8981c (diff)
downloadmaster-31e0f0ae-c9d9f8045c5aebdfeb96d7f9833927751d854bc1.tar.gz
master-31e0f0ae-c9d9f8045c5aebdfeb96d7f9833927751d854bc1.tar.bz2
master-31e0f0ae-c9d9f8045c5aebdfeb96d7f9833927751d854bc1.zip
adds missing patch for native toolchain
SVN-Revision: 11425
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 1e8f9e28db..b9716e8b2c 100644
--- a/Config.in
+++ b/Config.in
@@ -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"