Re: [PATCH] Missing change from gcc/ada/system.ads

2012-08-03 Thread Arnaud Charlet
> It is however used when building libada if target specific version is not > specified > in gcc/ada/gcc_interface/Makefile.in. Well, then you should submit changes for Makefile.in for your unsupported target. That being said, see below: > In that case building libada fails due to missing Support

Re: [PATCH] Missing change from gcc/ada/system.ads

2012-08-03 Thread Andris Pavenis
On 08/03/2012 09:32 AM, Arnaud Charlet wrote: Revision http://gcc.gnu.org/viewcvs?view=revision&revision=189772 added constant Support_Atomic_Primitives to the target specific system-*.ads files. The default system.ads was not updated. The included patch - adds the missing constant - removes con

Re: [PATCH] Missing change from gcc/ada/system.ads

2012-08-02 Thread Arnaud Charlet
> Revision http://gcc.gnu.org/viewcvs?view=revision&revision=189772 > added constant Support_Atomic_Primitives to the target specific > system-*.ads files. The default system.ads was not updated. > > The included patch > - adds the missing constant > - removes constants not present in other system