Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] gcc: disallow 4.9.x for ARM cortex-a72
Date: Tue,  6 Dec 2016 17:36:18 +0100	[thread overview]
Message-ID: <20161206163618.1758-2-peter@korsgaard.com> (raw)
In-Reply-To: <20161206163618.1758-1-peter@korsgaard.com>

a72 support was only added in the 5.1 cycle.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 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 62da5b5..0f6ced5 100644
--- a/package/gcc/Config.in.host
+++ b/package/gcc/Config.in.host
@@ -41,7 +41,7 @@ choice
 		# Broken or unsupported architectures
 		depends on !BR2_arc && !BR2_bfin
 		# Broken or unsupported ARM cores
-		depends on !BR2_cortex_a17
+		depends on !BR2_cortex_a17 && !BR2_cortex_a72
 		# Unsupported MIPS cores
 		depends on !BR2_mips_interaptiv
 		# Unsupported for MIPS R5
-- 
2.10.2

  reply	other threads:[~2016-12-06 16:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-06 16:36 [Buildroot] [PATCH 1/2] gcc: disallow 4.8.x for ARMv8 cores Peter Korsgaard
2016-12-06 16:36 ` Peter Korsgaard [this message]
2016-12-06 20:14   ` [Buildroot] [PATCH 2/2] gcc: disallow 4.9.x for ARM cortex-a72 Thomas Petazzoni
2016-12-06 20:13 ` [Buildroot] [PATCH 1/2] gcc: disallow 4.8.x for ARMv8 cores Thomas Petazzoni
2016-12-06 20:38 ` Peter Korsgaard

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=20161206163618.1758-2-peter@korsgaard.com \
    --to=peter@korsgaard.com \
    --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