diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-28 08:49:18 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-28 08:49:18 +0000 |
commit | 707238afb856607f0e6e6dd1857d64cee7a4a099 (patch) | |
tree | 6ee451132b6343d0f3249b456dad7c06efb3245d /libgcc/config.host | |
parent | 21440ca380d532adaeff7395fd80ff127860fd7c (diff) | |
download | gcc-707238afb856607f0e6e6dd1857d64cee7a4a099.tar.gz |
* config.host: Recognize all V850 variants.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175576 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index 6ea74900c86..326ce91f165 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -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*) ;; |