summaryrefslogtreecommitdiffstats
path: root/toolchain/toolchain-buildroot/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/toolchain-buildroot/Config.in')
-rw-r--r--toolchain/toolchain-buildroot/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in
index c89e181611..c8436cc3be 100644
--- a/toolchain/toolchain-buildroot/Config.in
+++ b/toolchain/toolchain-buildroot/Config.in
@@ -2,6 +2,8 @@
if BR2_TOOLCHAIN_BUILDROOT
+comment "Toolchain Buildroot Options"
+
config BR2_TOOLCHAIN_BUILDROOT_VENDOR
string "custom toolchain vendor name"
default "buildroot"
@@ -18,8 +20,6 @@ config BR2_TOOLCHAIN_BUILDROOT_VENDOR
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
@@ -89,6 +89,7 @@ config BR2_TOOLCHAIN_BUILDROOT_LIBC
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"
OpenPOWER on IntegriCloud