From: nickc Date: Tue, 28 Jun 2011 08:49:18 +0000 (+0000) Subject: * config.host: Recognize all V850 variants. X-Git-Tag: upstream/4.9.2~19711 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=707238afb856607f0e6e6dd1857d64cee7a4a099;p=platform%2Fupstream%2Flinaro-gcc.git * config.host: Recognize all V850 variants. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175576 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 + + * config.host: Recognize all V850 variants. + 2011-06-22 Uros Bizjak * 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*) ;;