Add support for V850eq variant opcodes.

This commit is contained in:
Nick Clifton 1997-08-18 18:01:08 +00:00
parent 9d48327cb2
commit 6ba5294adf
1 changed files with 14 additions and 0 deletions

View File

@ -94,6 +94,20 @@ case "${target}" in
only_if_gcc=yes
;;
# end-sanitize-v850
# start-sanitize-v850e
v850e-*-*)
# The V850 simulator can only be compiled by gcc.
sim_target=v850
only_if_gcc=yes
;;
# end-sanitize-v850e
# start-sanitize-v850eq
v850eq-*-*)
# The V850 simulator can only be compiled by gcc.
sim_target=v850
only_if_gcc=yes
;;
# end-sanitize-v850eq
w65-*-*) sim_target=w65 ;;
z8k*-*-*) sim_target=z8k ;;
sparc64-*-*)