# HG changeset patch # User iive # Date 1396794492 0 # Node ID e45e76d9572ddf63025de3c0aeecb1bc993e27f9 # Parent 7694f4226420a4979cf85d64d23803fda8e68925 Add support for synopsys design-ware ARC processors. Patch by Wayne Ren . diff -r 7694f4226420 -r e45e76d9572d configure --- 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"