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: [toplevel bootstrap PATCH] Add profiledbootstrap


On Tue, Jun 08, 2004 at 10:21:25PM -0400, Nathanael Nerode wrote:
> Paolo Bonzini wrote:
> >This patch adds toplevel profiledbootstrap.
> >
> >Since this makes stage1 have multiple descendants, I had to abandon
> >the prev/next scheme to link bootstrap-stages.
> >
> >Instead, I either specify dependancies separately or  use double-colon
> >rules, 
> The top level isn't allowed to use GNU make, IIRC -- aren't double-colon 
> rules a GNU makeism?  :-P  Or are they portable?
> 
> (And isn't this a nightmare?  Thanks for your work.)

Even if they are a GNU makeism, the question is whether they'll cause
parse errors in other Make implementations - the bootstrap rules belong
to GCC.

The GNU make manual does not list them as an extension, so I assume
they are at least a little portable...

-- 
Daniel Jacobowitz


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