|
@@ -1,8 +1,5 @@
|
|
comment "GCC Options"
|
|
comment "GCC Options"
|
|
|
|
|
|
-config BR2_GCC_NEEDS_MPC
|
|
|
|
- bool
|
|
|
|
-
|
|
|
|
config BR2_GCC_SUPPORTS_GRAPHITE
|
|
config BR2_GCC_SUPPORTS_GRAPHITE
|
|
bool
|
|
bool
|
|
|
|
|
|
@@ -34,7 +31,6 @@ choice
|
|
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_powerpc64 || BR2_powerpc64el))
|
|
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_powerpc64 || BR2_powerpc64el))
|
|
# musl mips64 unsupported
|
|
# musl mips64 unsupported
|
|
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_mips64 || BR2_mips64el))
|
|
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_mips64 || BR2_mips64el))
|
|
- select BR2_GCC_NEEDS_MPC
|
|
|
|
select BR2_GCC_SUPPORTS_GRAPHITE
|
|
select BR2_GCC_SUPPORTS_GRAPHITE
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
|
|
|
|
|
@@ -42,7 +38,6 @@ choice
|
|
bool "gcc arc (6.x)"
|
|
bool "gcc arc (6.x)"
|
|
# Only supported architecture
|
|
# Only supported architecture
|
|
depends on BR2_arc
|
|
depends on BR2_arc
|
|
- select BR2_GCC_NEEDS_MPC
|
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_6
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_6
|
|
|
|
|
|
|
|
|
|
@@ -63,7 +58,6 @@ choice
|
|
# musl mips64 unsupported
|
|
# musl mips64 unsupported
|
|
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_mips64 || BR2_mips64el))
|
|
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_mips64 || BR2_mips64el))
|
|
# PR60102 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60102
|
|
# PR60102 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60102
|
|
- select BR2_GCC_NEEDS_MPC
|
|
|
|
select BR2_GCC_SUPPORTS_GRAPHITE
|
|
select BR2_GCC_SUPPORTS_GRAPHITE
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
|
|
|
|
|
@@ -78,7 +72,6 @@ choice
|
|
!BR2_mips_m5101 && !BR2_mips_i6400 && !BR2_mips_p6600
|
|
!BR2_mips_m5101 && !BR2_mips_i6400 && !BR2_mips_p6600
|
|
# musl mips64 unsupported
|
|
# musl mips64 unsupported
|
|
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_mips64 || BR2_mips64el))
|
|
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_mips64 || BR2_mips64el))
|
|
- select BR2_GCC_NEEDS_MPC
|
|
|
|
select BR2_GCC_SUPPORTS_GRAPHITE
|
|
select BR2_GCC_SUPPORTS_GRAPHITE
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
|
|
|
|
|
@@ -88,7 +81,6 @@ choice
|
|
depends on !BR2_arc
|
|
depends on !BR2_arc
|
|
# Unsupported MIPS cores
|
|
# Unsupported MIPS cores
|
|
depends on !BR2_mips_p6600
|
|
depends on !BR2_mips_p6600
|
|
- select BR2_GCC_NEEDS_MPC
|
|
|
|
select BR2_GCC_SUPPORTS_GRAPHITE
|
|
select BR2_GCC_SUPPORTS_GRAPHITE
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_6
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_6
|
|
|
|
|