[PATCH] rsb: Fix Spike build
Joel Sherrill
joel at rtems.org
Tue Apr 7 14:01:00 UTC 2020
Please apply your Christian's and your patch.
Also bump the dtc base package version number.
I thought we settled on 1.4.
--joel
On Tue, Apr 7, 2020 at 3:56 AM Hesham Almatary <Hesham.Almatary at cl.cam.ac.uk>
wrote:
> * There is no all$ target in Spike
> * There is no longer --with-fesvr flag since fesvr is source-inlined
> by default
> ---
> source-builder/config/spike-1-1.cfg | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/source-builder/config/spike-1-1.cfg
> b/source-builder/config/spike-1-1.cfg
> index 760e1cc..e731348 100644
> --- a/source-builder/config/spike-1-1.cfg
> +++ b/source-builder/config/spike-1-1.cfg
> @@ -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}
>
> --
> 2.17.1
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20200407/655c4ad6/attachment.html>
More information about the devel
mailing list