# HG changeset patch # User atmos4 # Date 1000820738 0 # Node ID b27a56d158de3397d51043a2014ae9bcae9b6d78 # Parent 83291fafe66cd79c816617f0a57a20654c01867b Enable Alpha Code. diff -r 83291fafe66c -r b27a56d158de configure --- 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"