This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Compiling libstdc++-v3 without the testsuite
- From: Peter-Frank Spierenburg <peter at spierepf dot dyndns dot org>
- To: libstdc++ at gcc dot gnu dot org
- Date: Fri, 03 Dec 2004 16:46:01 -0400 (AST)
- Subject: Compiling libstdc++-v3 without the testsuite
Greetings,
I am attempting to build a g++ cross-compiler without support for
exceptions. My problem is that the libstdc++-v3 testsuite uses the throw()
statement in about a million places and therefore refuses to compile. Is
there a ./configure time option which prevents compilation of the
testsuite? I cannot find one in the docs.
Peter Spierenburg.