From: Nick Clifton Date: Mon, 30 Jul 2001 16:27:39 +0000 (+0000) Subject: Skip -mthumb as well as -mthumb-interwork when -mcpu=arm7 is specified. X-Git-Tag: prereleases/libstdc++-3.0.95~2976 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3026a929a426c033a322b3440d346d02394e991;p=thirdparty%2Fgcc.git Skip -mthumb as well as -mthumb-interwork when -mcpu=arm7 is specified. From-SVN: r44475 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9520012f9355..31872c319a49 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-07-30 Nick Clifton + + * config/arm/t-arm-elf (MULTILIB_EXCEPTIONS): Skip -mthumb as well + as -mthumb-interwork when -mcpu=arm7 is specified. + Mon Jul 30 17:44:43 CEST 2001 Jan Hubicka * predict.def (noreturn, loop branch, loop exit): Mark as first diff --git a/gcc/config/arm/t-arm-elf b/gcc/config/arm/t-arm-elf index 3c5d5a33dab6..b87cedc093c0 100644 --- a/gcc/config/arm/t-arm-elf +++ b/gcc/config/arm/t-arm-elf @@ -45,7 +45,10 @@ MULTILIB_EXCEPTIONS = # # MULTILIB_OPTIONS += mcpu=arm7 # MULTILIB_DIRNAMES += nofmult -# MULTILIB_EXCEPTIONS += *mthumb-interwork*/*mcpu=arm7* +# MULTILIB_EXCEPTIONS += *mthumb*/*mcpu=arm7* +# # Note: the multilib_exceptions matches both -mthumb and +# # -mthumb-interwork +# # # # We have to match all the arm cpu variants which do not have the # # multiply instruction and treat them as if the user had specified # # -mcpu=arm7. Note that in the following the ? is interpreted as