diff options
author | Nick Clifton <nickc@redhat.com> | 2011-06-28 08:49:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2011-06-28 08:49:18 +0000 |
commit | 4be46d1929b7cd412b611b8433571a354ac0fe28 (patch) | |
tree | 6ee451132b6343d0f3249b456dad7c06efb3245d /libgcc | |
parent | 880962aca24018cf66e0abe583f1d82b8ccc5738 (diff) | |
download | gcc-4be46d1929b7cd412b611b8433571a354ac0fe28.zip gcc-4be46d1929b7cd412b611b8433571a354ac0fe28.tar.gz gcc-4be46d1929b7cd412b611b8433571a354ac0fe28.tar.bz2 |
* config.host: Recognize all V850 variants.
From-SVN: r175576
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config.host | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 363c095..358cc1e 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -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. diff --git a/libgcc/config.host b/libgcc/config.host index 6ea7490..326ce91 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*) ;; |