source "toolchain/gdb/Config.in"
+comment "Common Toolchain Options"
+
config BR2_ENABLE_MULTILIB
bool "Enable multilib support?"
default y
# Choose binutils version.
#
+comment "Binutils Options"
+
choice
prompt "Binutils Version"
default BR2_BINUTILS_VERSION_2_15_91_0_2
#
+comment "Ccache Options"
+
config BR2_HOST_CCACHE
bool "Enable ccache support?"
default y
# WARNING -- 2.95 currently only builds for i386, arm, mips*, and powerpc.
# WARNING -- 2.95 does not currently build natively for the target.
+comment "Gcc Options"
+
choice
prompt "GCC compiler Version"
default BR2_GCC_VERSION_3_4_2
# WARNING -- 2.95 currently only builds for i386, arm, mips*, and powerpc.
# WARNING -- 2.95 does not currently build natively for the target.
+comment "Gdb Options"
+
config BR2_PACKAGE_GDB
bool "Build gdb debugger for the Target"
default n
# ignored if you are building your own kernel or using the system kernel.
#
+comment "Kernel Header Options"
+
choice
prompt "Kernel Headers"
default BR2_KERNEL_HEADERS_2_4
# Choose uClibc options
#
+comment "uClibc Options"
config BR2_UCLIBC_VERSION_SNAPSHOT
bool "Use the daily snapshot of uClibc?"