This is the mail archive of the gcc@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: libstdc++ multilib install broken


Phil Edwards wrote:

The generated Makefile.in for libstdc++v3/ does not seem
to be using MULTISUBDIR when installing.

The old one didn't either. We have to append MULTISUBDIR to the builddir's Makefiles as they are generated; that hasn't changed. (The next version of automake is supposed to do this for us, IIRC.)

I've seen the code that appends MULTISUBDIR when I compared the old and new configure.(in|ac), but the problem in the new version is that this variable isn't ever referenced in Makefile.in, not that it doesn't get appended.

--
 // Bernardo Innocenti - Develer S.r.l., R&D dept.
\X/  http://www.develer.com/

Please don't send Word attachments - http://www.gnu.org/philosophy/no-word-attachments.html




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