From: Ralf Corsepius Date: Fri, 27 May 2005 07:54:06 +0000 (+0200) Subject: t-rtems: Remove roe multilib variant. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fb617f00f1279cec132fda679dadb9b0abe54723;p=gcc.git t-rtems: Remove roe multilib variant. 2005-05-27 Ralf Corsepius * config/rs6000/t-rtems: Remove roe multilib variant. From-SVN: r100249 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 190a25ad6ce..ea4ee9668e0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-05-27 Ralf Corsepius + + * config/rs6000/t-rtems: Remove roe multilib variant. + 2005-05-26 Roger Sayle PR tree-optimization/9814 diff --git a/gcc/config/rs6000/t-rtems b/gcc/config/rs6000/t-rtems index fe266272a5e..b3db9498a23 100644 --- a/gcc/config/rs6000/t-rtems +++ b/gcc/config/rs6000/t-rtems @@ -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}