Remove ARCH=riscv64

Remove as we end up with:

    riscv64 -ru ../../libRblas_riscv64-r0.3.0.dev.a sbdsvdx.o spotrf2.o ..
    BUILDSTDERR: make[2]: riscv64: Command not found

This happens in lapack-netlib/SRC/Makefile:556

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2018-06-03 23:19:56 +02:00
parent 7a6b8e0347
commit 0c4b2cc81f
Signed by: davidlt
GPG Key ID: 7108702C938B13C1

View File

@ -374,7 +374,7 @@ TARGET="TARGET=POWER8 DYNAMIC_ARCH=0"
TARGET="TARGET=ARMV8 DYNAMIC_ARCH=0"
%endif
%ifarch riscv64
TARGET="ARCH=riscv64 TARGET=RISCV64 DYNAMIC_ARCH=0"
TARGET="TARGET=RISCV64 DYNAMIC_ARCH=0"
%endif
%if 0%{?rhel} == 5