[MPlayer-cvslog] r37125 - trunk/configure

iive subversion at mplayerhq.hu
Sun Apr 6 16:28:13 CEST 2014


Author: iive
Date: Sun Apr  6 16:28:12 2014
New Revision: 37125

Log:
Add support for synopsys design-ware ARC processors.

Patch by Wayne Ren <Wei.Ren at synopsys com>.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Apr  4 15:55:57 2014	(r37124)
+++ trunk/configure	Sun Apr  6 16:28:12 2014	(r37125)
@@ -2649,6 +2649,10 @@ EOF
   generic)
     arch='generic'
     ;;
+  arc)
+    arch='arc'
+    iproc='arc'
+    ;;
 
   *)
     echo "The architecture of your CPU ($host_arch) is not supported by this configure script"


More information about the MPlayer-cvslog mailing list