summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-18 13:45:38 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-18 13:45:38 +0000
commit1a5a182f386f0baadc8f7bb558836c71a7b89e2a (patch)
tree97f331220cfdaac26c5aa230c84860b3a25657da /configure
parentba57320b827840b97f758a576244cc730ad468f5 (diff)
downloadmpv-1a5a182f386f0baadc8f7bb558836c71a7b89e2a.tar.bz2
mpv-1a5a182f386f0baadc8f7bb558836c71a7b89e2a.tar.xz
Enable Alpha Code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1909 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure19
1 files changed, 9 insertions, 10 deletions
diff --git a/configure b/configure
index ee39582dc5..55b5042bb2 100755
--- a/configure
+++ b/configure
@@ -730,16 +730,15 @@ ppc)
_mcpu=""
;;
-# Untested:
-#alpha)
-# _arch="#define ARCH_ALPHA 1"
-# _target_arch="TARGET_ARCH_ALPHA=yes"
-# _words_endian="#undef WORDS_BIGENDIAN"
-# iproc=alpha
-# proc=
-# _march=""
-# _mcpu=""
-# ;;
+alpha)
+ _arch="#define ARCH_ALPHA 1"
+ _target_arch="TARGET_ARCH_ALPHA=yes"
+ _words_endian="#undef WORDS_BIGENDIAN"
+ iproc=alpha
+ proc=
+ _march=""
+ _mcpu="-mcpu=ev56"
+ ;;
*)
echo "The architecture of your CPU ($host_arch) is not supported by this configure script"