From: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/3] gcc: gcc arc supports graphite
Date: Sun, 16 Oct 2016 09:11:32 +0200 [thread overview]
Message-ID: <20161016071133.23826-2-arnout@mind.be> (raw)
In-Reply-To: <20161016071133.23826-1-arnout@mind.be>
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>
---
Please await confirmation from the ARC Maintainers before committing.
---
package/gcc/Config.in.host | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host
index 22d221c..514c21b 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
--
2.9.3
next prev parent reply other threads:[~2016-10-16 7:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-16 7:11 [Buildroot] [PATCH 1/3] gcc: remove BR2_GCC_NEEDS_MPC Arnout Vandecappelle
2016-10-16 7:11 ` Arnout Vandecappelle [this message]
2016-10-16 7:11 ` [Buildroot] [PATCH 3/3] gcc: remove BR2_GCC_SUPPORTS_GRAPHITE Arnout Vandecappelle
2016-10-16 10:41 ` [Buildroot] [PATCH 1/3] gcc: remove BR2_GCC_NEEDS_MPC Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161016071133.23826-2-arnout@mind.be \
--to=arnout@mind.be \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox