On Fri, Jul 6, 2018 at 12:18 AM, Arnaud Charlet <char...@adacore.com> wrote: >> 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.
Committed. Jim