Author: gnorton
Date: 2005-04-12 14:04:57 -0400 (Tue, 12 Apr 2005)
New Revision: 42851
Modified:
trunk/mono/ChangeLog
trunk/mono/configure.in
Log:
2005-04-12 Geoff Norton <[EMAIL PROTECTED]>
* configure.in: Disable -O2 on PPC until #74562 is fixed.
Modified: trunk/mono/ChangeLog
===================================================================
--- trunk/mono/ChangeLog 2005-04-12 17:55:01 UTC (rev 42850)
+++ trunk/mono/ChangeLog 2005-04-12 18:04:57 UTC (rev 42851)
@@ -1,3 +1,7 @@
+2005-04-12 Geoff Norton <[EMAIL PROTECTED]>
+
+ * configure.in: Disable -O2 on PPC until #74562 is fixed.
+
2005-04-11 James Willcox <[EMAIL PROTECTED]>
* man/mkbundle.1: add --static option
Modified: trunk/mono/configure.in
===================================================================
--- trunk/mono/configure.in 2005-04-12 17:55:01 UTC (rev 42850)
+++ trunk/mono/configure.in 2005-04-12 18:04:57 UTC (rev 42851)
@@ -1452,6 +1452,8 @@
arch_target=ppc;
JIT_SUPPORTED=yes
jit_wanted=true
+ # HACK: PPC -O2 is locking wiht io-layer-no-daemon; remove me
when #74562 is fixed
+ CFLAGS=`echo $CFLAGS | sed -e 's/-O2 //'`
;;
arm-*-linux-* | armv4l-*-linux-*)
TARGET=ARM;
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches