Disable shared

+ go install -buildmode=shared -v -x std
-buildmode=shared not supported on linux/riscv64

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2020-08-06 11:16:46 +03:00
parent 2d54d8475d
commit 18953af191
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
%endif %endif
# Build golang shared objects for stdlib # Build golang shared objects for stdlib
%ifarch %{ix86} x86_64 ppc64le %{arm} aarch64 riscv64 %ifarch %{ix86} x86_64 ppc64le %{arm} aarch64
%global shared 1 %global shared 1
%else %else
%global shared 0 %global shared 0