changeset 37029:e45e76d9572d

Add support for synopsys design-ware ARC processors. Patch by Wayne Ren <Wei.Ren at synopsys com>.
author iive
date Sun, 06 Apr 2014 14:28:12 +0000
parents 7694f4226420
children 5e89e80fa241
files configure
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Apr 04 13:55:57 2014 +0000
+++ b/configure	Sun Apr 06 14:28:12 2014 +0000
@@ -2649,6 +2649,10 @@
   generic)
     arch='generic'
     ;;
+  arc)
+    arch='arc'
+    iproc='arc'
+    ;;
 
   *)
     echo "The architecture of your CPU ($host_arch) is not supported by this configure script"