diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-30 16:27:39 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-30 16:27:39 +0000 |
commit | b4c78392ebfa164a0a95f985c35e0cab9131c9ba (patch) | |
tree | d93297259c51565cb9be0848fc5bcc6ff54f08ea /gcc/config/arm/t-arm-elf | |
parent | f9daa432ca46640ece65ff5c3718114fe9c06401 (diff) | |
download | gcc-b4c78392ebfa164a0a95f985c35e0cab9131c9ba.tar.gz |
Skip -mthumb as well as -mthumb-interwork when -mcpu=arm7 is specified.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44475 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/t-arm-elf')
-rw-r--r-- | gcc/config/arm/t-arm-elf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/arm/t-arm-elf b/gcc/config/arm/t-arm-elf index 3c5d5a33dab..b87cedc093c 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 |