This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

bootstrap/3591


The following reply was made to PR bootstrap/3591; it has been noted by GNATS.

From: nickc@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: bootstrap/3591
Date: 25 Mar 2002 19:17:47 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	nickc@gcc.gnu.org	2002-03-25 11:17:45
 
 Modified files:
 	.              : ChangeLog configure.in 
 	gcc            : ChangeLog 
 	gcc/config/mcore: mcore-pe.h mcore.h t-mcore-pe 
 
 Log message:
 	Fixes for PR bootstrap/3591, target/5676:
 	* configure.in (mcore-pe): Disable the configuration of
 	libstdc++-v3 since exceptions are not supported.
 	* 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/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.477&r2=1.478
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/configure.in.diff?cvsroot=gcc&r1=1.122&r2=1.123
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.13502&r2=1.13503
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mcore/mcore-pe.h.diff?cvsroot=gcc&r1=1.8&r2=1.9
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mcore/mcore.h.diff?cvsroot=gcc&r1=1.33&r2=1.34
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mcore/t-mcore-pe.diff?cvsroot=gcc&r1=1.3&r2=1.4
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]