Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] toolchain-external: disallow sourcery codebench ARM toolchain for ARMv8 cores
@ 2016-12-06 16:42 Peter Korsgaard
  2016-12-06 20:13 ` Thomas Petazzoni
  2016-12-06 20:39 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2016-12-06 16:42 UTC (permalink / raw)
  To: buildroot

This toolchain uses GCC 4.8.x, which doesn't support the ARMv8 cores.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 .../toolchain-external/toolchain-external-codesourcery-arm/Config.in    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolchain/toolchain-external/toolchain-external-codesourcery-arm/Config.in b/toolchain/toolchain-external/toolchain-external-codesourcery-arm/Config.in
index 3cdfc86..6331873 100644
--- a/toolchain/toolchain-external/toolchain-external-codesourcery-arm/Config.in
+++ b/toolchain/toolchain-external/toolchain-external-codesourcery-arm/Config.in
@@ -4,7 +4,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM
 	depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
 	depends on BR2_ARM_EABI
 	# Unsupported ARM cores
-	depends on !BR2_cortex_a12 && !BR2_cortex_a17
+	depends on !BR2_cortex_a12 && !BR2_cortex_a17 && !BR2_ARM_CPU_ARMV8
 	depends on !BR2_STATIC_LIBS
 	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
 	select BR2_TOOLCHAIN_HAS_SSP
-- 
2.10.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] toolchain-external: disallow sourcery codebench ARM toolchain for ARMv8 cores
  2016-12-06 16:42 [Buildroot] [PATCH] toolchain-external: disallow sourcery codebench ARM toolchain for ARMv8 cores Peter Korsgaard
@ 2016-12-06 20:13 ` Thomas Petazzoni
  2016-12-06 20:39 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-12-06 20:13 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue,  6 Dec 2016 17:42:18 +0100, Peter Korsgaard wrote:
> This toolchain uses GCC 4.8.x, which doesn't support the ARMv8 cores.
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  .../toolchain-external/toolchain-external-codesourcery-arm/Config.in    | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Thanks!
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] toolchain-external: disallow sourcery codebench ARM toolchain for ARMv8 cores
  2016-12-06 16:42 [Buildroot] [PATCH] toolchain-external: disallow sourcery codebench ARM toolchain for ARMv8 cores Peter Korsgaard
  2016-12-06 20:13 ` Thomas Petazzoni
@ 2016-12-06 20:39 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2016-12-06 20:39 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > This toolchain uses GCC 4.8.x, which doesn't support the ARMv8 cores.
 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-06 20:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-06 16:42 [Buildroot] [PATCH] toolchain-external: disallow sourcery codebench ARM toolchain for ARMv8 cores Peter Korsgaard
2016-12-06 20:13 ` Thomas Petazzoni
2016-12-06 20:39 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox