mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
gcc: gcc arc supports graphite
The ARC version of gcc does support graphite. It was probably just forgotten when the BR2_GCC_VERSION_ARC symbol was introduced. While we're at it, also remove a redundant newline. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Cc: ARC Maintainers <arc-buildroot@synopsys.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
3374941965
commit
7d3bbfc7df
@ -38,9 +38,9 @@ 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_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
|
||||||
bool "gcc 4.9.x"
|
bool "gcc 4.9.x"
|
||||||
# Broken or unsupported architectures
|
# Broken or unsupported architectures
|
||||||
|
Loading…
x
Reference in New Issue
Block a user