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: [RFA] Fix libsupc++/Makefile.in


> This seems to fix it, but I'm not 100% certain this is right.
> However, it does appear that LTCOMPILE is intended for C file
> compilations, so having C++ flags is daft.

Yep.

> OK to commit?

This patch is conceptually fine, but what you need to do is edit
libsupc++/Makefile.am and then auto-generate libsupc++/Makefile.in.

(The best way to do that is, at the top level of libstdc++-v3:
aclocal; autoconf; autoheader; automake)

best,
benjamin


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