BR2_sh || BR2_sh64 || BR2_sparc || \
BR2_x86_64
depends on BR2_USE_MMU
+ depends on !BR2_PREFER_STATIC_LIB
select BR2_TOOLCHAIN_USES_GLIBC
# our eglibc.mk enables RPC support
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
BR2_sh || BR2_sh64 || BR2_sparc || \
BR2_x86_64
select BR2_TOOLCHAIN_USES_GLIBC
+ depends on !BR2_PREFER_STATIC_LIB
# our glibc.mk enables RPC support
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
help
http://www.gnu.org/software/libc/
+comment "(e)glibc only available with shared lib support"
+ depends on BR2_PREFER_STATIC_LIB
+
endchoice
config BR2_TOOLCHAIN_BUILDROOT_LIBC