Skip to content

Commit

Permalink
Add support for synopsys design-ware ARC processors.
Browse files Browse the repository at this point in the history
Patch by Wayne Ren <Wei.Ren at synopsys com>.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@37125 b3059339-0415-0410-9bf9-f77b7e298cf2
  • Loading branch information
iive committed Apr 6, 2014
1 parent a251a48 commit 3b8c5f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure
Expand Up @@ -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"
Expand Down

0 comments on commit 3b8c5f2

Please sign in to comment.