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: Fix broken 3.4.x Ada bootstrap when 3.4 is used


Quoting Jakub Jelinek <jakub@redhat.com>:
> On Wed, Sep 01, 2004 at 03:56:40PM +0200, Arnaud Charlet wrote:
> > > Not sure if it is my packaging fault or what, but with this patch
> > > I can't bootstrap even on i386 and s390 where I previously could:
> > 
> > Most likely due to doing a parallel build: doing several gnatmake -a -f
> 
> Yeah, this was with make -j8 on 8way box.

Sorry about the mess, I won't be at home until 4/5 hours from now
so I can't fix it. One trivial fix could be to have a different
directory name for each tool, they currently all use "bldtool" IIRC
and that's causing the problem in conjunction with my change.

Otherwise add a rule to serialize their build, and may be then
implement Arnaud suggestion of using -f -a only on the first one.

Did I mention I hate Makefiles...

Laurent


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