Date: Mon, 19 Mar 2001 13:02:22 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Andris Pavenis cc: Tim Van Holder , djgpp-workers AT delorie DOT com Subject: RE: Patch for src/mkdoc/makefile In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 19 Mar 2001, Andris Pavenis wrote: > I didn't saw definition of GXX in current makefiles. However adding it > would perhaps be better than explicit adding of -lstdcxx to makefile in > src/mkdoc/makefile as that could break building djlsrXXX with > cross-compiler as the name of C++ library could also be libstdc++ An alternative is to use $(GCC), but get the name of libstdc++ from the compiler itself, like we do with libgcc.a.