rsb: Fix Spike build

* There is no all$ target in Spike
* There is no longer --with-fesvr flag since fesvr is source-inlined
by default
This commit is contained in:
Hesham Almatary 2020-04-07 09:54:41 +01:00
parent f6286ff1d3
commit 70775f90cb

View File

@ -37,10 +37,9 @@ URL: https://github.com/riscv/riscv-isa-sim/
cd ${source_dir_spike}
./configure \
--prefix=%{_prefix} \
--with-fesvr=%{_prefix}
--prefix=%{_prefix}
%{__make} %{?_smp_mflags} all$
%{__make} %{?_smp_mflags}
cd ${build_top}