> These are some patches I needed to complete my cross build of a native
> riscv linux Ada compiler.  Some paths were different on the build machine
> and host machine.  I needed to pass options into gnatmake to work around this,
> and that required fixing some makefile rules to use $(GNATMAKE) instead of
> calling gnatmake directly.
> 
> Tested with native riscv-linux bootstrap with Ada enabled.
> 
> OK?

OK, thanks.

> Jim
> 
>       gcc/ada/
>       * Make-generated.in (treeprs.ads): Use $(GNATMAKE) instead of
>       gnatmake.
>       (einfo.h, sinfo.h, stamp-snames, stamp-nmake): Likewise.
>       * gcc-interface/Makefile.in (xoscons): Likewise.

Reply via email to