* config.gcc: Support --with-arch=iwmmxt for ARM.

From-SVN: r80970
This commit is contained in:
Daniel Jacobowitz 2004-04-21 17:06:17 +00:00 committed by Daniel Jacobowitz
parent 665acd1ef2
commit 06a6469a53
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-04-21 Daniel Jacobowitz <drow@mvista.com>
* config.gcc: Support --with-arch=iwmmxt for ARM.
2004-04-21 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* expmed.c (expand_mult_highpart_optab): Use narrower version of OP1

View File

@ -2234,7 +2234,7 @@ fi
case "$with_arch" in
"" \
| armv[23456] | armv2a | armv3m | armv4t | armv5t \
| armv5te | armv6j | ep9312)
| armv5te | armv6j | iwmmxt | ep9312)
# OK
;;
*)