mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
gcc: remove BR2_GCC_SUPPORTS_GRAPHITE
The blind option BR2_GCC_SUPPORTS_GRAPHITE was used to distinguish gcc versions that support the graphite loop optimizer. But since a while already, all the versions we support do support graphite. So this symbol isn't needed anymore. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
7d3bbfc7df
commit
6b9d22ca4a
@ -1,8 +1,5 @@
|
|||||||
comment "GCC Options"
|
comment "GCC Options"
|
||||||
|
|
||||||
config BR2_GCC_SUPPORTS_GRAPHITE
|
|
||||||
bool
|
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "GCC compiler Version"
|
prompt "GCC compiler Version"
|
||||||
default BR2_GCC_VERSION_ARC if BR2_arc
|
default BR2_GCC_VERSION_ARC if BR2_arc
|
||||||
@ -31,14 +28,12 @@ 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_SUPPORTS_GRAPHITE
|
|
||||||
select BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
||||||
|
|
||||||
config BR2_GCC_VERSION_ARC
|
config BR2_GCC_VERSION_ARC
|
||||||
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_SUPPORTS_GRAPHITE
|
|
||||||
select BR2_TOOLCHAIN_GCC_AT_LEAST_6
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_6
|
||||||
|
|
||||||
config BR2_GCC_VERSION_4_9_X
|
config BR2_GCC_VERSION_4_9_X
|
||||||
@ -58,7 +53,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_SUPPORTS_GRAPHITE
|
|
||||||
select BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
||||||
|
|
||||||
config BR2_GCC_VERSION_5_X
|
config BR2_GCC_VERSION_5_X
|
||||||
@ -72,7 +66,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_SUPPORTS_GRAPHITE
|
|
||||||
select BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
||||||
|
|
||||||
config BR2_GCC_VERSION_6_X
|
config BR2_GCC_VERSION_6_X
|
||||||
@ -81,7 +74,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_SUPPORTS_GRAPHITE
|
|
||||||
select BR2_TOOLCHAIN_GCC_AT_LEAST_6
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_6
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
@ -167,7 +159,6 @@ config BR2_GCC_ENABLE_LIBMUDFLAP
|
|||||||
|
|
||||||
config BR2_GCC_ENABLE_GRAPHITE
|
config BR2_GCC_ENABLE_GRAPHITE
|
||||||
bool "Enable graphite support"
|
bool "Enable graphite support"
|
||||||
depends on BR2_GCC_SUPPORTS_GRAPHITE
|
|
||||||
help
|
help
|
||||||
This option enables the graphite optimizations in the
|
This option enables the graphite optimizations in the
|
||||||
compiler.
|
compiler.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user