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: Make "hooks" (Re: Patch to add lang.generated-manpages...)


On Mon, Dec 03, 2001 at 03:45:49PM -0800, Richard Henderson wrote:
> On Fri, Nov 30, 2001 at 11:58:44PM -0800, Zack Weinberg wrote:
> > Here's a bigger question: Why do we need to have these hook rules in
> > the first place?
> 
> The comment aside, I'd have guessed it's from LANGUAGES=.

I don't believe so.  LANGUAGES= only gets used as an immediate
dependency of something or other.  That is why we have to have "c++:
cc1plus$(exeext)" in cp/Make-lang.in, but I don't think it affects the
need for c++.whatever rules at all.  You'll notice that setting
LANGUAGES=c in a build with more languages enabled does not inhibit
the build of the g++ driver or the demangler...

zw


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