aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-08-10 19:25:26 +0000
committerMike Baker <mbm@openwrt.org>2006-08-10 19:25:26 +0000
commit92167e106716c86914b748fd1fa8d3a6ceee0a4c (patch)
treeda39c81e5fe3d3a57dc4741eb59e4756a9f32d0d /toolchain/Config.in
parent6edd808cbdc0e32cfa5380525812d8c11d6630d2 (diff)
downloadupstream-92167e106716c86914b748fd1fa8d3a6ceee0a4c.tar.gz
upstream-92167e106716c86914b748fd1fa8d3a6ceee0a4c.tar.bz2
upstream-92167e106716c86914b748fd1fa8d3a6ceee0a4c.zip
add secret option to use host's toolchain when native compiling
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4553 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r--toolchain/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 37af938b3b..b5258ddce9 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -1,7 +1,14 @@
#
+config NATIVE_TOOLCHAIN
+ bool
+ prompt "Use host's toolchain" if DEVEL && BROKEN
+ default n
+ help
+ If enabled, OpenWrt will compile using your existing toolchain instead of compiling one
menuconfig TOOLCHAINOPTS
bool "Toolchain Options" if DEVEL
+ depends !NATIVE_TOOLCHAIN
source "toolchain/binutils/Config.in"
source "toolchain/gcc/Config.in"