|
@@ -39,6 +39,8 @@ config BR2_GCC_VERSION_4_9_X
|
|
|
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_powerpc64 || BR2_powerpc64le))
|
|
|
# musl mips64 unsupported
|
|
|
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_mips64 || BR2_mips64el))
|
|
|
+ # glibc >= 2.26 needs gcc >= 6.2
|
|
|
+ depends on !(BR2_TOOLCHAIN_USES_GLIBC && BR2_powerpc64le)
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
|
|
|
|
|
config BR2_GCC_VERSION_5_X
|
|
@@ -53,6 +55,8 @@ config BR2_GCC_VERSION_5_X
|
|
|
depends on !BR2_mips_interaptiv && !BR2_mips_m5150 && !BR2_mips_i6400
|
|
|
# musl mips64 unsupported
|
|
|
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_mips64 || BR2_mips64el))
|
|
|
+ # glibc >= 2.26 needs gcc >= 6.2
|
|
|
+ depends on !(BR2_TOOLCHAIN_USES_GLIBC && BR2_powerpc64le)
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
|
|
|
|
|
config BR2_GCC_VERSION_6_X
|