Browse Source

2006-07-19 Zoltan Varga <[email protected]>

	* configure.in: Applied patch from Sergey Tikhonov <[email protected]>. Beginning
	of alpha support.

svn path=/trunk/mono/; revision=62743
Zoltan Varga 19 years ago
parent
commit
d1aa2ef498
2 changed files with 7 additions and 3 deletions
  1. 5 0
      ChangeLog
  2. 2 3
      configure.in

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2006-07-19  Zoltan Varga  <[email protected]>
+
+	* configure.in: Applied patch from Sergey Tikhonov <[email protected]>. Beginning
+	of alpha support.
+
 2006-07-17  Wade Berrier <[email protected]>
 
 	* scripts/mono-find-requires.in: Change rpm requires to >= 1.0.3300.0 instead of

+ 2 - 3
configure.in

@@ -1581,9 +1581,8 @@ case "$host" in
        alpha*-*-linux* | alpha*-*-osf*)
 		TARGET=ALPHA;
 		ACCESS_UNALIGNED="no"
-		JIT_SUPPORTED=no
-		INTERP_SUPPORTED=yes
-		interp_wanted=true
+		JIT_SUPPORTED=yes
+		jit_wanted=true
 		arch_target=alpha;
 		case $host_os in
 		  linux*)