This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, Ada] Makefile patches from initial RISC-V cross/native build.


On Fri, Jul 6, 2018 at 12:18 AM, Arnaud Charlet <charlet@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]