Mercurial > mplayer.hg
diff configure @ 1908:b27a56d158de
Enable Alpha Code.
author | atmos4 |
---|---|
date | Tue, 18 Sep 2001 13:45:38 +0000 |
parents | c651cdefdf73 |
children | ec2691f573f1 |
line wrap: on
line diff
--- a/configure Mon Sep 17 21:16:00 2001 +0000 +++ b/configure Tue Sep 18 13:45:38 2001 +0000 @@ -730,16 +730,15 @@ _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"