try to fix riscv e2k

This commit is contained in:
Alexander Stefanov 2023-06-08 22:56:59 +03:00
parent 77d39464ee
commit e1c0b7be5d

View file

@ -8,15 +8,16 @@
%bcond_with java
# temorary section ro e2k
%ifnarch %{e2k} %{riscv}
%ifarch %{x86_64} %{ix86} aarch64
%bcond_without ruby
%bcond_without php
%bcond_without tcl
%bcond_without ocaml
%else
%bcond_without tcl
%endif
%ifarch %{e2k} %{riscv}
%bcond_with ruby
%bcond_with php
%bcond_with tcl
%bcond_without tcl
%bcond_with ocaml
%endif