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 | |
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')
-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 363c095f041..358cc1eb242 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 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*) ;; |