Skip to content

Commit

Permalink
Basic aarch64 support.
Browse files Browse the repository at this point in the history
Patch by Marcin Juszkiewicz [mjuszkiewicz redhat]

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@37370 b3059339-0415-0410-9bf9-f77b7e298cf2
  • Loading branch information
reimar committed Feb 5, 2015
1 parent 8d9bbb8 commit 1cceebf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configure
Expand Up @@ -1716,6 +1716,7 @@ if test -z "$_target" ; then
alpha) host_arch=alpha ;;
sun4*|sparc*) host_arch=sparc ;;
parisc*|hppa*|9000*) host_arch=hppa ;;
aarch64*) host_arch=aarch64 ;;
arm*|zaurus|cats) host_arch=arm ;;
sh3|sh4|sh4a) host_arch=sh ;;
s390) host_arch=s390 ;;
Expand Down Expand Up @@ -2421,6 +2422,11 @@ case "$host_arch" in
_optimizing="$proc"
;;

aarch64)
arch='aarch64'
iproc='aarch64'
;;

arm*)
arch='arm'
iproc='arm'
Expand Down

0 comments on commit 1cceebf

Please sign in to comment.