changeset 10899:fbd70b450d32

ev56 doesnt support mvi
author attila
date Sun, 21 Sep 2003 10:20:36 +0000
parents 716edc005b18
children 1af259afe553
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Sep 21 09:49:05 2003 +0000
+++ b/configure	Sun Sep 21 10:20:36 2003 +0000
@@ -893,7 +893,7 @@
 
         0-0)    proc="ev4";   cpu_understands_mvi="0";;
         1-0)    proc="ev5";   cpu_understands_mvi="0";;
-        1-1)    proc="ev56";  cpu_understands_mvi="1";; 
+        1-1)    proc="ev56";  cpu_understands_mvi="0";; 
         1-101)  proc="pca56"; cpu_understands_mvi="1";;
         2-303)  proc="ev6";   cpu_understands_mvi="1";;
         2-307)  proc="ev67";  cpu_understands_mvi="1";;