* configure.in: Applied patch from Sergey Tikhonov <[email protected]>. Beginning of alpha support. svn path=/trunk/mono/; revision=62743
@@ -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
@@ -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*)