diff mbox

[2/6] arch: mark NIOS II as affected by GCC PR libstdc++/64735

Message ID 20170209174759.15819-3-joerg.krause@embedded.rocks
State Rejected
Headers show

Commit Message

Jörg Krause Feb. 9, 2017, 5:47 p.m. UTC
NIOS II does not support always lock-free atomic ints. Therefore,
exception_ptr, nested_exception, and future from libstdc++ are not
available before GCC 7.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
---
 arch/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni Feb. 9, 2017, 8:32 p.m. UTC | #1
Hello,

On Thu,  9 Feb 2017 18:47:55 +0100, Jörg Krause wrote:
> NIOS II does not support always lock-free atomic ints. Therefore,
> exception_ptr, nested_exception, and future from libstdc++ are not
> available before GCC 7.
> 
> Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
> ---
>  arch/Config.in | 1 +
>  1 file changed, 1 insertion(+)

I've marked patches 2, 3 and 4 as rejected in patchwork.

Thomas
diff mbox

Patch

diff --git a/arch/Config.in b/arch/Config.in
index 7149b2cb3..31e674d92 100644
--- a/arch/Config.in
+++ b/arch/Config.in
@@ -154,6 +154,7 @@  config BR2_mips64el
 config BR2_nios2
 	bool "Nios II"
 	select BR2_ARCH_HAS_MMU_MANDATORY
+	select BR2_TOOLCHAIN_HAS_GCC_BUG_64735
 	help
 	  Nios II is a soft core processor from Altera Corporation.
 	  http://www.altera.com/