Re: Failure in bootstrapping GFortran 4.3.0 on Cygwin

2007-08-17 Thread H.J. Lu
On Fri, Aug 17, 2007 at 01:27:39PM +0200, Andreas Schwab wrote: > Paolo Carlini <[EMAIL PROTECTED]> writes: > > > Revital1 Eres wrote: > > > >>Also on ppc64. > >> > >> > > Everywhere! > > The file is only updated by the new config/gcc_update script, so if you > update the first time it is not c

Re: Failure in bootstrapping GFortran 4.3.0 on Cygwin

2007-08-17 Thread Andreas Schwab
"Dave Korn" <[EMAIL PROTECTED]> writes: > I'm not clear about this, are we allowed to use gnu-specific features like > $(wildcard ...) in this makefile? Yes. @item GNU make version 3.79.1 (or later) You must have GNU make installed to build [EMAIL PROTECTED] Andreas. -- Andreas Schwab, S

RE: Failure in bootstrapping GFortran 4.3.0 on Cygwin

2007-08-17 Thread Dave Korn
On 17 August 2007 12:28, Andreas Schwab wrote: > Paolo Carlini <[EMAIL PROTECTED]> writes: > >> Revital1 Eres wrote: >> >>> Also on ppc64. >>> >>> >> Everywhere! > > The file is only updated by the new config/gcc_update script, so if you > update the first time it is not created. How about t

Re: Failure in bootstrapping GFortran 4.3.0 on Cygwin

2007-08-17 Thread Andreas Schwab
Paolo Carlini <[EMAIL PROTECTED]> writes: > Revital1 Eres wrote: > >>Also on ppc64. >> >> > Everywhere! The file is only updated by the new config/gcc_update script, so if you update the first time it is not created. How about this: 2007-08-17 Andreas Schwab <[EMAIL PROTECTED]> * M

Re: Failure in bootstrapping GFortran 4.3.0 on Cygwin

2007-08-17 Thread François-Xavier Coudert
Well, at least the culprit is easy to find! 2007-08-16 H.J. Lu <[EMAIL PROTECTED]> * Makefile.in (REVISION): New. (REVISION_c): New. (REVISION_s): New. (version.o): Also depend on $(REVISION). Add -DREVISION=$(REVISION_s). * version.c (version_st

Re: Failure in bootstrapping GFortran 4.3.0 on Cygwin

2007-08-17 Thread Paolo Carlini
Revital1 Eres wrote: Also on ppc64. Everywhere! Paolo.

Re: Failure in bootstrapping GFortran 4.3.0 on Cygwin

2007-08-17 Thread Revital1 Eres
Also on ppc64. Revital [EMAIL PROTECTED] wrote on 17/08/2007 09:55:38: > > I want to flag that some changes in GCC 4.3.0 20070816 rev 127568: > > * Makefile.in (REVISION): New. > (REVISION_c): New. > (REVISION_s): New. > (version.o): Also depend on $(REVISION). Ad

Failure in bootstrapping GFortran 4.3.0 on Cygwin

2007-08-16 Thread Angelo Graziosi
I want to flag that some changes in GCC 4.3.0 20070816 rev 127568: * Makefile.in (REVISION): New. (REVISION_c): New. (REVISION_s): New. (version.o): Also depend on $(REVISION). Add -DREVISION=$(REVISION_s). * version.c (version_string): Add REVISIO