diff options
author | Mike Baker <mbm@openwrt.org> | 2006-08-10 19:25:26 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2006-08-10 19:25:26 +0000 |
commit | 92167e106716c86914b748fd1fa8d3a6ceee0a4c (patch) | |
tree | da39c81e5fe3d3a57dc4741eb59e4756a9f32d0d /Config.in | |
parent | 6edd808cbdc0e32cfa5380525812d8c11d6630d2 (diff) | |
download | upstream-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 'Config.in')
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ menuconfig DEVEL bool "Advanced configuration options (for developers)" default n select BUILDOPTS - select TOOLCHAINOPTS + select TOOLCHAINOPTS if !NATIVE_TOOLCHAIN config BROKEN bool "Show broken platforms / packages" if DEVEL |