From df0cbdcb5d4476dcc7c7c2ca0c4095632e5000bb Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 22 Jan 2019 11:05:11 +0100 Subject: [PATCH] Disable GDC (D front-end) on riscv64 until we figure out -latomic libphobos fails because it cannot detect atomic support (-lpthread used instead of -pthread in conftest). libphobos/libdruntime/core/atomic.d:1447:9: error: static assert "atomicStore() not supported on this architecture" We need to figure out how to approach it. Signed-off-by: David Abdurachmanov --- gcc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc.spec b/gcc.spec index 7809aed..5d8446a 100644 --- a/gcc.spec +++ b/gcc.spec @@ -33,7 +33,7 @@ %else %global build_go 0 %endif -%ifarch %{ix86} x86_64 %{arm} %{mips} riscv64 +%ifarch %{ix86} x86_64 %{arm} %{mips} %global build_d 1 %else %global build_d 0