changeset 1908:b27a56d158de

Enable Alpha Code.
author atmos4
date Tue, 18 Sep 2001 13:45:38 +0000
parents 83291fafe66c
children 3eb0a1217bf1
files configure
diffstat 1 files changed, 9 insertions(+), 10 deletions(-) [+]
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"