Parcourir la source

2006-09-01 Zoltan Varga <[email protected]>

	* configure.in: More alpha updates from Sergey Tikhonov <[email protected]>.

svn path=/trunk/mono/; revision=64678
Zoltan Varga il y a 19 ans
Parent
commit
7b9b82ae40
2 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 4 0
      ChangeLog
  2. 1 0
      configure.in

+ 4 - 0
ChangeLog

@@ -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.

+ 1 - 0
configure.in

@@ -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"