|
@@ -30,6 +30,9 @@ config BR2_PACKAGE_GLIBC_SUPPORTS
|
|
bool
|
|
bool
|
|
default y if BR2_PACKAGE_GLIBC_ARCH_SUPPORTS
|
|
default y if BR2_PACKAGE_GLIBC_ARCH_SUPPORTS
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on !BR2_STATIC_LIBS
|
|
|
|
+ # Make sure to keep these dependencies in sync with the
|
|
|
|
+ # Config.in comments in
|
|
|
|
+ # toolchain/toolchain-buildroot/Config.in
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10 || !BR2_powerpc64le
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10 || !BR2_powerpc64le
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_5 || !BR2_MIPS_NAN_2008
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_5 || !BR2_MIPS_NAN_2008
|