diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2016-10-16 09:11:32 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-16 12:20:02 +0200 |
commit | 7d3bbfc7dff770e481f4070f4bf9769d1f52b0ff (patch) | |
tree | 1b7f94f5226e5eae909620e11ab9206b4b84e839 /package/gcc | |
parent | 3374941965e348f932bc2a3bc7beb9a6fa7b881b (diff) | |
download | buildroot-7d3bbfc7dff770e481f4070f4bf9769d1f52b0ff.tar.gz buildroot-7d3bbfc7dff770e481f4070f4bf9769d1f52b0ff.zip |
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>
Diffstat (limited to 'package/gcc')
-rw-r--r-- | package/gcc/Config.in.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host index 22d221c2c0..514c21b01b 100644 --- a/package/gcc/Config.in.host +++ b/package/gcc/Config.in.host @@ -38,9 +38,9 @@ choice bool "gcc arc (6.x)" # Only supported architecture depends on BR2_arc + select BR2_GCC_SUPPORTS_GRAPHITE select BR2_TOOLCHAIN_GCC_AT_LEAST_6 - config BR2_GCC_VERSION_4_9_X bool "gcc 4.9.x" # Broken or unsupported architectures |