* configure.in: More alpha updates from Sergey Tikhonov <[email protected]>. svn path=/trunk/mono/; revision=64678
@@ -1,3 +1,7 @@
+2006-09-01 Zoltan Varga <[email protected]>
+
+ * configure.in: More alpha updates from Sergey Tikhonov <[email protected]>.
2006-08-31 Zoltan Varga <[email protected]>
* samples/embed/test-invoke.vcproj samples/embed/teste.vcproj: Fix include paths for newer glib versions.
@@ -1565,6 +1565,7 @@ case "$host" in
JIT_SUPPORTED=yes
jit_wanted=true
arch_target=alpha;
+ CFLAGS="$CFLAGS -mieee"
case $host_os in
linux*)
LIBC="libc.so.6.1"