projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix softdog kmod packaging on 2.6
[openwrt.git]
/
toolchain
/
Config.in
diff --git
a/toolchain/Config.in
b/toolchain/Config.in
index
37af938
..
7b0a0aa
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"
@@
-13,13
+20,6
@@
config GDB
help
Enable if you want to build the gdb
help
Enable if you want to build the gdb
-config ENABLE_MULTILIB
- bool
- prompt "Enable multilib support?" if TOOLCHAINOPTS
- default n
- help
- If you want multilib enabled, enable this...
-
config LARGEFILE
bool
prompt "Enable large file (files > 2 GB) support?" if TOOLCHAINOPTS
config LARGEFILE
bool
prompt "Enable large file (files > 2 GB) support?" if TOOLCHAINOPTS
This page took
0.019993 seconds
and
4
git commands to generate.