This is the mail archive of the gcc-bugs@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: Some weird bug with non gnu-make


On Thu, Jul 12, 2001 at 08:52:41PM -0400, Phil Edwards wrote:
> On Fri, Jul 13, 2001 at 01:22:33AM +0200, Marc Espie wrote:
> > Reading through libstdc++-v3, some Makefiles already have --tag CXX, but
> > some  don't have anything.
> 
> Looks like libmath should get --tag CC since it's C, libio isn't currently
> used at all, and libsupc++ & src already have tags.  Is there anything else?
> 
> I don't know what's involved beyond just adding the params in Makefile.am's
> and regenerating.  I oughta know this by now... sigh.

Okay, patching libmath/Makefile.in to add --tag CC to every $(LIBTOOL)
invocation seems to work.
I don't have the faintest idea how I'm supposed to patch Makefile.am,
though.


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