Fixes for PR bootstrap/3591, target/5676:
authorNick Clifton <nickc@cambridge.redhat.com>
Mon, 25 Mar 2002 19:17:40 +0000 (19:17 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 25 Mar 2002 19:17:40 +0000 (19:17 +0000)
commit56ae94053e43f94c02d4c509c687afb4cbf9588b
treef5cbccaa7e4a41e4db268240c81888cfe8056baf
parentc88770e9dfa1b4c4175e39a3a62264c8bcb0043b
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.

From-SVN: r51326
ChangeLog
configure.in
gcc/ChangeLog
gcc/config/mcore/mcore-pe.h
gcc/config/mcore/mcore.h
gcc/config/mcore/t-mcore-pe