+comment "Host GDB Options"
+
config BR2_PACKAGE_HOST_GDB
bool "Build cross gdb for the host"
# When the external toolchain gdbserver is used, we shouldn't
+comment "Kernel Header Options"
+
config BR2_PACKAGE_HOST_LINUX_HEADERS
bool
-comment "Kernel Header Options"
-
choice
prompt "Kernel Headers"
default BR2_KERNEL_HEADERS_AS_KERNEL if BR2_LINUX_KERNEL
if BR2_TOOLCHAIN_BUILDROOT_UCLIBC
+comment "uClibc Options"
+
config BR2_PACKAGE_UCLIBC
bool
default y
select BR2_PACKAGE_LINUX_HEADERS
-comment "uClibc Options"
-
config BR2_UCLIBC_CONFIG
string "uClibc configuration file to use?"
default "package/uclibc/uClibc-ng.config"
if BR2_TOOLCHAIN_BUILDROOT
+comment "Toolchain Buildroot Options"
+
config BR2_TOOLCHAIN_BUILDROOT_VENDOR
string "custom toolchain vendor name"
default "buildroot"
If you're not sure, just leave the default "buildroot" value.
-source "package/linux-headers/Config.in.host"
-
choice
prompt "C library"
default BR2_TOOLCHAIN_UCLIBC
default "glibc" if BR2_TOOLCHAIN_BUILDROOT_GLIBC
default "musl" if BR2_TOOLCHAIN_BUILDROOT_MUSL
+source "package/linux-headers/Config.in.host"
source "package/linux-headers/Config.in"
source "package/musl/Config.in"
source "package/uclibc/Config.in"
# so put it here instead
source "package/gdb/Config.in.host"
+comment "Toolchain Generic Options"
+
# https://sourceware.org/bugzilla/show_bug.cgi?id=19405
config BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19405
bool
if BR2_TOOLCHAIN_EXTERNAL
+comment "Toolchain External Options"
+
choice
prompt "Toolchain"