Subject: re: USE_LIBSTDCXX
To: Nick Hudson <skrll@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: tech-toolchain
Date: 08/18/2004 18:01:53
   
   On Tuesday 17 August 2004 20:00, Ian Lance Taylor wrote:
   [...]
   > The usual way to use libsupc++ instead of libstdc++ is to link with
   > gcc instead of g++, and to explicitly link against -lsupc++.
   
   OK, to fix USE_LIBSTDCXX how about this patch?


hmmm how about we don't set PROG_CXX and just set LDADD=-lsupc++ -lm
in the groff Makefile(s) ?  and remove USE_LIBSTDCXX ?  the c++ sources
should still get compiled with g++....


.mrg.