* config.host: Recognize all V850 variants.
From-SVN: r175576
This commit is contained in:
parent
880962aca2
commit
4be46d1929
2 changed files with 8 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-06-28 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* config.host: Recognize all V850 variants.
|
||||
|
||||
2011-06-22 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* enable-execute-stack-empty.c (__enable_execute_stack): Add prototype.
|
||||
|
|
|
@ -143,6 +143,9 @@ s390*-*-*)
|
|||
sh[123456789lbe]*-*-*)
|
||||
cpu_type=sh
|
||||
;;
|
||||
v850*-*-*)
|
||||
cpu_type=v850
|
||||
;;
|
||||
esac
|
||||
|
||||
# Common parts for widely ported systems.
|
||||
|
@ -645,11 +648,7 @@ sparc64-*-netbsd*)
|
|||
;;
|
||||
spu-*-elf*)
|
||||
;;
|
||||
v850e1-*-*)
|
||||
;;
|
||||
v850e-*-*)
|
||||
;;
|
||||
v850-*-*)
|
||||
v850*-*-*)
|
||||
;;
|
||||
vax-*-linux*)
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue