# Selection options for crosstool-NG
prompt "Crosstool-NG C library"
config BR2_TOOLCHAIN_CTNG_uClibc
# Although eglibc can be configured to opt-out some features,
# let's not deal with that for the time being, it's complex...
config BR2_TOOLCHAIN_CTNG_eglibc
select BR2_PROGRAM_INVOCATION
config BR2_TOOLCHAIN_CTNG_glibc
select BR2_PROGRAM_INVOCATION
config BR2_TOOLCHAIN_CTNG_LIBC
default "uClibc" if BR2_TOOLCHAIN_CTNG_uClibc
default "eglibc" if BR2_TOOLCHAIN_CTNG_eglibc
default "glibc" if BR2_TOOLCHAIN_CTNG_glibc
config BR2_TOOLCHAIN_CTNG_CONFIG
string "crosstool-NG configuration file to use"
default "toolchain/toolchain-crosstool-ng/crosstool-ng.config"
Enter here the crosstool-NG's .config file to use.
If unsure, use the default.
To finetune your toolchain, you can also call:
config BR2_TOOLCHAIN_CTNG_STRIP_LIBS
bool "Strip libs copied to target"
Strip shared libraries copied from the toolchain.
endif # BR2_TOOLCHAIN_CTNG