From 3b8c5f22313a416b24dcc4e7facde0a886352a75 Mon Sep 17 00:00:00 2001 From: iive Date: Sun, 6 Apr 2014 14:28:12 +0000 Subject: [PATCH] Add support for synopsys design-ware ARC processors. Patch by Wayne Ren . git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@37125 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure b/configure index 992b1df0ef..9937eac2f0 100755 --- a/configure +++ b/configure @@ -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"