Hi Guys,

  I am checking in the patch below to add support for V850 variant
  architectures to the libgcc/config.host file.

Cheers
  Nick

libgcc/ChangeLog
2011-06-28  Nick Clifton  <ni...@redhat.com>

        * config.host: Recognize all V850 variants.

Index: libgcc/config.host
===================================================================
--- libgcc/config.host  (revision 175575)
+++ libgcc/config.host  (working copy)
@@ -143,6 +143,9 @@
 sh[123456789lbe]*-*-*)
        cpu_type=sh
        ;;
+v850*-*-*)
+       cpu_type=v850
+       ;;
 esac
 
 # Common parts for widely ported systems.
@@ -645,12 +648,8 @@
        ;;
 spu-*-elf*)
        ;;
-v850e1-*-*)
+v850*-*-*)
        ;;
-v850e-*-*)
-       ;;
-v850-*-*)
-       ;;
 vax-*-linux*)
        ;;
 vax-*-netbsdelf*)

Reply via email to