This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: PATCH: Compile testglue with -fexceptions
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: mark at codesourcery dot com
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Wed, 21 Feb 2007 10:01:37 +0100
- Subject: Re: PATCH: Compile testglue with -fexceptions
- References: <200702210506.l1L56Hsm021411@sparrowhawk.codesourcery.com>
Index: libstdc++-v3/testsuite/lib/libstdc++.exp
===================================================================
--- libstdc++-v3/testsuite/lib/libstdc++.exp (revision 121831)
+++ libstdc++-v3/testsuite/lib/libstdc++.exp (working copy)
@@ -225,7 +225,7 @@ proc libstdc++_init { testfile } {
v3track PCH_CXXFLAGS 2
}
- libstdc++_maybe_build_wrapper "${objdir}/testglue.o"
+ libstdc++_maybe_build_wrapper "${objdir}/testglue.o" "-fexceptions"
}
# Callback for cleanup routines.
Looks good to me!
-benjamin