diff mbox

Commit: Add support for V850 variants to libgcc

Message ID m3k4c6fihd.fsf@redhat.com
State New
Headers show

Commit Message

Nick Clifton June 28, 2011, 8:49 a.m. UTC
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  <nickc@redhat.com>

	* config.host: Recognize all V850 variants.
diff mbox

Patch

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*)