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 <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2019-01-22 11:05:11 +01:00
parent 2376be8a2a
commit df0cbdcb5d
Signed by: davidlt
GPG Key ID: 7108702C938B13C1
1 changed files with 1 additions and 1 deletions

View File

@ -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