Commit 06a6469a by Daniel Jacobowitz Committed by Daniel Jacobowitz

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

From-SVN: r80970
parent 665acd1e
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> 2004-04-21 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* expmed.c (expand_mult_highpart_optab): Use narrower version of OP1 * expmed.c (expand_mult_highpart_optab): Use narrower version of OP1
......
...@@ -2234,7 +2234,7 @@ fi ...@@ -2234,7 +2234,7 @@ fi
case "$with_arch" in case "$with_arch" in
"" \ "" \
| armv[23456] | armv2a | armv3m | armv4t | armv5t \ | armv[23456] | armv2a | armv3m | armv4t | armv5t \
| armv5te | armv6j | ep9312) | armv5te | armv6j | iwmmxt | ep9312)
# OK # OK
;; ;;
*) *)
......
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