projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add support for the Brain Fuck Scheduler v230 for 2.6.30 (disabled by default)
[openwrt.git]
/
toolchain
/
Config.in
diff --git
a/toolchain/Config.in
b/toolchain/Config.in
index
df4ad84
..
cf08ae9
100644
(file)
--- a/
toolchain/Config.in
+++ b/
toolchain/Config.in
@@
-42,14
+42,24
@@
menuconfig EXTRA_TARGET_ARCH
both powerpc and powerpc64 binaries, you'll need to
specify -m64 here.
both powerpc and powerpc64 binaries, you'll need to
specify -m64 here.
+comment "Binary tools"
+ depends TOOLCHAINOPTS
+
source "toolchain/binutils/Config.in"
source "toolchain/binutils/Config.in"
+
+comment "Compiler"
+ depends TOOLCHAINOPTS
+
source "toolchain/gcc/Config.in"
source "toolchain/gcc/Config.in"
+comment "C Library"
+ depends TOOLCHAINOPTS
+
choice
choice
- prompt "
LIBC
implementation" if TOOLCHAINOPTS
+ prompt "
C Library
implementation" if TOOLCHAINOPTS
default USE_UCLIBC
help
default USE_UCLIBC
help
- Select the
LIBC
implementation.
+ Select the
C library
implementation.
config USE_EGLIBC
bool "Use eglibc"
config USE_EGLIBC
bool "Use eglibc"
@@
-68,6
+78,9
@@
source "toolchain/eglibc/Config.in"
source "toolchain/glibc/Config.in"
source "toolchain/uClibc/Config.in"
source "toolchain/glibc/Config.in"
source "toolchain/uClibc/Config.in"
+comment "Debuggers"
+ depends TOOLCHAINOPTS
+
config GDB
bool
prompt "Build gdb" if TOOLCHAINOPTS
config GDB
bool
prompt "Build gdb" if TOOLCHAINOPTS
This page took
0.025829 seconds
and
4
git commands to generate.