Commit 4be46d19 by Nick Clifton Committed by Nick Clifton

* config.host: Recognize all V850 variants.

From-SVN: r175576
parent 880962ac
2011-06-28 Nick Clifton <nickc@redhat.com>
* config.host: Recognize all V850 variants.
2011-06-22 Uros Bizjak <ubizjak@gmail.com> 2011-06-22 Uros Bizjak <ubizjak@gmail.com>
* enable-execute-stack-empty.c (__enable_execute_stack): Add prototype. * enable-execute-stack-empty.c (__enable_execute_stack): Add prototype.
......
...@@ -143,6 +143,9 @@ s390*-*-*) ...@@ -143,6 +143,9 @@ s390*-*-*)
sh[123456789lbe]*-*-*) sh[123456789lbe]*-*-*)
cpu_type=sh cpu_type=sh
;; ;;
v850*-*-*)
cpu_type=v850
;;
esac esac
# Common parts for widely ported systems. # Common parts for widely ported systems.
...@@ -645,11 +648,7 @@ sparc64-*-netbsd*) ...@@ -645,11 +648,7 @@ sparc64-*-netbsd*)
;; ;;
spu-*-elf*) spu-*-elf*)
;; ;;
v850e1-*-*) v850*-*-*)
;;
v850e-*-*)
;;
v850-*-*)
;; ;;
vax-*-linux*) vax-*-linux*)
;; ;;
......
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