|
@@ -2,6 +2,8 @@
|
|
|
|
|
|
if BR2_TOOLCHAIN_BUILDROOT
|
|
if BR2_TOOLCHAIN_BUILDROOT
|
|
|
|
|
|
|
|
+comment "Toolchain Buildroot Options"
|
|
|
|
+
|
|
config BR2_TOOLCHAIN_BUILDROOT_VENDOR
|
|
config BR2_TOOLCHAIN_BUILDROOT_VENDOR
|
|
string "custom toolchain vendor name"
|
|
string "custom toolchain vendor name"
|
|
default "buildroot"
|
|
default "buildroot"
|
|
@@ -18,8 +20,6 @@ config BR2_TOOLCHAIN_BUILDROOT_VENDOR
|
|
|
|
|
|
If you're not sure, just leave the default "buildroot" value.
|
|
If you're not sure, just leave the default "buildroot" value.
|
|
|
|
|
|
-source "package/linux-headers/Config.in.host"
|
|
|
|
-
|
|
|
|
choice
|
|
choice
|
|
prompt "C library"
|
|
prompt "C library"
|
|
default BR2_TOOLCHAIN_UCLIBC
|
|
default BR2_TOOLCHAIN_UCLIBC
|
|
@@ -89,6 +89,7 @@ config BR2_TOOLCHAIN_BUILDROOT_LIBC
|
|
default "glibc" if BR2_TOOLCHAIN_BUILDROOT_GLIBC
|
|
default "glibc" if BR2_TOOLCHAIN_BUILDROOT_GLIBC
|
|
default "musl" if BR2_TOOLCHAIN_BUILDROOT_MUSL
|
|
default "musl" if BR2_TOOLCHAIN_BUILDROOT_MUSL
|
|
|
|
|
|
|
|
+source "package/linux-headers/Config.in.host"
|
|
source "package/linux-headers/Config.in"
|
|
source "package/linux-headers/Config.in"
|
|
source "package/musl/Config.in"
|
|
source "package/musl/Config.in"
|
|
source "package/uclibc/Config.in"
|
|
source "package/uclibc/Config.in"
|