Daniel Jacobowitz <[EMAIL PROTECTED]> writes: | On Fri, Dec 16, 2005 at 10:05:06AM +0100, Paolo Bonzini wrote: | > Andrew Pinski wrote: | > | > >doing the following | > >$(srcdir)/configure --prefix=${HOME}/libobjc.trunk | > >--enable-languages=c,objc | > >make all | > >make -k check | > >make install | > | > Why is it recompiling libcpp? That's the real bug. | > | > Please open a PR because the discussion really belongs in Bugzilla. | | Whyever something is being recompiled, relying on it not to be is too | fragile; the libcpp Makefile has install: all, so make is going to go | and recheck everything anyway. It uses automake dependency generation | so maybe it's the headers in the gcc directory, or something like that. | | The real question in my mind is why it's using the system compiler.
still it is a bit surprising to me that each time I say "make install", libcpp is recompiled. It seems to be the only GCC component behaving that way... -- Gaby