projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix broadcom trx alignment
[openwrt.git]
/
toolchain
/
Config.in
diff --git
a/toolchain/Config.in
b/toolchain/Config.in
index
d376c14
..
5720beb
100644
(file)
--- a/
toolchain/Config.in
+++ b/
toolchain/Config.in
@@
-6,6
+6,13
@@
menuconfig TOOLCHAINOPTS
source "toolchain/binutils/Config.in"
source "toolchain/gcc/Config.in"
source "toolchain/binutils/Config.in"
source "toolchain/gcc/Config.in"
+config GDB
+ bool
+ prompt "Build gdb" if TOOLCHAINOPTS
+ default n
+ help
+ Enable if you want to build the gdb
+
config ENABLE_MULTILIB
bool
prompt "Enable multilib support?" if TOOLCHAINOPTS
config ENABLE_MULTILIB
bool
prompt "Enable multilib support?" if TOOLCHAINOPTS
@@
-43,3
+50,4
@@
config TARGET_OPTIMIZATION
help
Optimizations to use when building for the target host.
help
Optimizations to use when building for the target host.
+source "toolchain/gcc/Config.version"
This page took
0.022963 seconds
and
4
git commands to generate.