comparison configure @ 1908:b27a56d158de

Enable Alpha Code.
author atmos4
date Tue, 18 Sep 2001 13:45:38 +0000
parents c651cdefdf73
children ec2691f573f1
comparison
equal deleted inserted replaced
1907:83291fafe66c 1908:b27a56d158de
728 proc= 728 proc=
729 _march="" 729 _march=""
730 _mcpu="" 730 _mcpu=""
731 ;; 731 ;;
732 732
733 # Untested: 733 alpha)
734 #alpha) 734 _arch="#define ARCH_ALPHA 1"
735 # _arch="#define ARCH_ALPHA 1" 735 _target_arch="TARGET_ARCH_ALPHA=yes"
736 # _target_arch="TARGET_ARCH_ALPHA=yes" 736 _words_endian="#undef WORDS_BIGENDIAN"
737 # _words_endian="#undef WORDS_BIGENDIAN" 737 iproc=alpha
738 # iproc=alpha 738 proc=
739 # proc= 739 _march=""
740 # _march="" 740 _mcpu="-mcpu=ev56"
741 # _mcpu="" 741 ;;
742 # ;;
743 742
744 *) 743 *)
745 echo "The architecture of your CPU ($host_arch) is not supported by this configure script" 744 echo "The architecture of your CPU ($host_arch) is not supported by this configure script"
746 echo "It seems, as if noone has ported MPlayer to your OS or CPU type yet." 745 echo "It seems, as if noone has ported MPlayer to your OS or CPU type yet."
747 exit 1 746 exit 1