mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
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:
parent
f6286ff1d3
commit
70775f90cb
@ -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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user