|
@@ -50,6 +50,8 @@ choice
|
|
|
depends on !BR2_mips_32r6 && !BR2_mips_64r6
|
|
|
# musl ppc64 unsupported
|
|
|
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_powerpc64 || BR2_powerpc64el))
|
|
|
+ # musl mips64 unsupported
|
|
|
+ depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_mips64 || BR2_mips64el))
|
|
|
select BR2_GCC_NEEDS_MPC
|
|
|
select BR2_GCC_SUPPORTS_GRAPHITE
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
|
@@ -72,6 +74,8 @@ choice
|
|
|
depends on !BR2_mips_32r6 && !BR2_mips_64r6
|
|
|
# musl ppc64 unsupported
|
|
|
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_powerpc64 || BR2_powerpc64el))
|
|
|
+ # musl mips64 unsupported
|
|
|
+ depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_mips64 || BR2_mips64el))
|
|
|
# PR60102 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60102
|
|
|
select BR2_GCC_NEEDS_MPC
|
|
|
select BR2_GCC_SUPPORTS_GRAPHITE
|
|
@@ -83,6 +87,8 @@ choice
|
|
|
depends on !BR2_arc && !BR2_bfin
|
|
|
# musl ppc64 unsupported
|
|
|
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_powerpc64 || BR2_powerpc64el))
|
|
|
+ # musl mips64 unsupported
|
|
|
+ depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_mips64 || BR2_mips64el))
|
|
|
select BR2_GCC_NEEDS_MPC
|
|
|
select BR2_GCC_SUPPORTS_GRAPHITE
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_5
|