This is the mail archive of the gcc@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]

Re: native cc re-used after 3-stage now


On Sun, Jun 11, 2000 at 05:36:24PM +0200, Toon Moene wrote:
> H . J . Lu wrote:
> 
> > BTW, while you are on it, you can try
> > 
> > # cd ..../egcs/libf2c
> > # grep s-libu77 Makefile.in
> > 
> > I got
> > 
> > # grep s-libu77 Makefile.in
> > $(LIBG2C): s-libi77 s-libf77 s-libu77 s-libe77
> > 
> > Isn't it amazing that there are targets without rules.
> 
> No.
> 
> See subdirectories (of the egcs/libf2c directory) libF77, libI77 and
> libU77 and the Makefile.in's contained therein.
> 

I know. Do you seriously think it will work every time with paralell
build on a very fast n-way SMP machine? It is similiar to libintl.a.
Makefile in libf2c lies. It just works by chance. In my case, GNU make
starts to build s-libi77 before the builds in subdirectories finish. 
BTW, there are other paralell build bugs in libf2c.  I guess not many
people believe paralell build should be fixed. I will shut up now.



-- 
H.J. Lu (hjl@gnu.org)

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