projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't recreate the resolv.conf file from the dhcp script if no dhcp server is supplie...
[openwrt.git]
/
toolchain
/
Config.in
diff --git
a/toolchain/Config.in
b/toolchain/Config.in
index
37af938
..
b5258dd
100644
(file)
--- 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
menuconfig TOOLCHAINOPTS
bool "Toolchain Options" if DEVEL
+ depends !NATIVE_TOOLCHAIN
source "toolchain/binutils/Config.in"
source "toolchain/gcc/Config.in"
source "toolchain/binutils/Config.in"
source "toolchain/gcc/Config.in"
This page took
0.024239 seconds
and
4
git commands to generate.