This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
egcs/libstdc++-v3 ChangeLog
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org, libstdc++-cvs at gcc dot gnu dot org
- Date: 25 Mar 2002 19:14:19 -0000
- Subject: egcs/libstdc++-v3 ChangeLog
CVSROOT: /cvs/gcc
Module name: egcs
Branch: gcc-3_1-branch
Changes by: jakub@gcc.gnu.org 2002-03-25 11:14:19
Modified files:
libstdc++-v3 : ChangeLog
Log message:
PR target/5676
* acinclude.m4 (GLIBCPP_ENABLE_SJLJ_EXCEPTIONS): Pass -fexceptions
explicitely.
* aclocal.m4: Rebuilt.
* configure: Rebuilt.
* configure.target (mcore-*-pe*): Add -frtti -fno-exceptions
by default to c++ flags.
* config/mcore/mcore.h (CC1_SPEC): Define only if not already
defined. Do not disable exceptions or rtti.
* config/mcore/mcore-pe.h (CC1_SPEC): Define before including
mcore.h. Disable exceptions and rtti, since they are not
supported by EPOC.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.1057.2.33&r2=1.1057.2.34