Commit b3026a92 by Nick Clifton Committed by Nick Clifton

Skip -mthumb as well as -mthumb-interwork when -mcpu=arm7 is specified.

From-SVN: r44475
parent 6387a56e
2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
* 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 <jh@suse.cz>
* predict.def (noreturn, loop branch, loop exit): Mark as first
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment