t-rtems: Remove roe multilib variant.
authorRalf Corsepius <ralf.corsepius@rtems.org>
Fri, 27 May 2005 07:54:06 +0000 (09:54 +0200)
committerRalf Corsepius <corsepiu@gcc.gnu.org>
Fri, 27 May 2005 07:54:06 +0000 (09:54 +0200)
2005-05-27  Ralf Corsepius  <ralf.corsepius@rtems.org>

* config/rs6000/t-rtems: Remove roe multilib variant.

From-SVN: r100249

gcc/ChangeLog
gcc/config/rs6000/t-rtems

index 190a25ad6ce87e99b1d5741bf05ed18bb362758d..ea4ee9668e0d8e8a9acbdfa488838d6cec2e93a0 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-27  Ralf Corsepius  <ralf.corsepius@rtems.org>
+
+       * config/rs6000/t-rtems: Remove roe multilib variant.
+
 2005-05-26  Roger Sayle  <roger@eyesopen.com>
 
        PR tree-optimization/9814
index fe266272a5e0dce4c754ca690f69d4b62db13338..b3db9498a2341aec59467796c4fcb83243878600 100644 (file)
@@ -1,13 +1,11 @@
 # Multilibs for powerpc RTEMS targets.
 
 MULTILIB_OPTIONS       = \
-D_OLD_EXCEPTIONS \
 mcpu=403/mcpu=505/mcpu=601/mcpu=603e/mcpu=604/mcpu=860/mcpu=7400 \
 Dmpc8260 \
 msoft-float
 
 MULTILIB_DIRNAMES      = \
-roe \
 m403 m505 m601 m603e m604 m860 m7400 \
 mpc8260 \
 nof
@@ -33,38 +31,6 @@ MULTILIB_MATCHES     += mcpu?7400=mcpu?7450
 # Map 750 to .
 MULTILIB_MATCHES       += mcpu?750=
 
-
-#
-# RTEMS old/new-exceptions handling
-#
-# old-exception processing is depredicated, therefore
-#
-# * Cpu-variants supporting new exception processing are build 
-# with new exception processing only
-# * Cpu-variants not having been ported to new exception processing are
-# build with old and new exception processing
-#
-
-# Cpu-variants supporting new exception processing only
-MULTILIB_NEW_EXCEPTIONS_ONLY = \
-D_OLD_EXCEPTIONS \
-D_OLD_EXCEPTIONS/msoft-float \
-D_OLD_EXCEPTIONS/mcpu=505 \
-D_OLD_EXCEPTIONS/mcpu=505/* \
-D_OLD_EXCEPTIONS/mcpu=601 \
-D_OLD_EXCEPTIONS/mcpu=601/* \
-D_OLD_EXCEPTIONS/mcpu=603e \
-D_OLD_EXCEPTIONS/mcpu=603e/* \
-D_OLD_EXCEPTIONS/mcpu=604 \
-D_OLD_EXCEPTIONS/mcpu=604/* \
-D_OLD_EXCEPTIONS/mcpu=750 \
-D_OLD_EXCEPTIONS/mcpu=750/* \
-D_OLD_EXCEPTIONS/mcpu=860 \
-D_OLD_EXCEPTIONS/mcpu=860/* \
-D_OLD_EXCEPTIONS/mcpu=7400 \
-D_OLD_EXCEPTIONS/mcpu=7400/* \
-D_OLD_EXCEPTIONS/*Dmpc*
-
 # Soft-float only, default implies msoft-float
 # NOTE: Must match with MULTILIB_MATCHES_FLOAT and MULTILIB_MATCHES
 MULTILIB_SOFTFLOAT_ONLY = \
@@ -86,7 +52,6 @@ MULTILIB_EXCEPTIONS =
 MULTILIB_EXCEPTIONS    += Dppc* Dmpc*
 
 MULTILIB_EXCEPTIONS    += \
-${MULTILIB_NEW_EXCEPTIONS_ONLY} \
 ${MULTILIB_SOFTFLOAT_ONLY} \
 ${MULTILIB_HARDFLOAT_ONLY}