2008-12-03 Mark Probst <mark.probst@gmail.com>
authorMark Probst <mark.probst@gmail.com>
Wed, 3 Dec 2008 21:22:41 +0000 (21:22 -0000)
committerMark Probst <mark.probst@gmail.com>
Wed, 3 Dec 2008 21:22:41 +0000 (21:22 -0000)
* configure.in: Disable sibling call optimization on PPC64 as it
seems to trip up GCC on the build bot.

svn path=/trunk/mono/; revision=120643

ChangeLog
configure.in

index e33d917da30e06d19659a758709c2b4aa0a95a43..9dcf3b4ecc69940dfe1388bf8790a74d28b2643c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-03  Mark Probst  <mark.probst@gmail.com>
+
+       * configure.in: Disable sibling call optimization on PPC64 as it
+       seems to trip up GCC on the build bot.
+
 2008-11-28  Atsushi Enomoto  <atsushi@ximian.com>
 
        * data/mono-nunit.pc.in : add new 2.4.8 files.
index 0e9bfce07491c1f407bfd83b4c926236e484a208..df7dd232cd4f7faf1992823410e38fe7fc354eed 100644 (file)
@@ -1867,6 +1867,7 @@ case "$host" in
                if test "x$ac_cv_sizeof_void_p" = "x8"; then
                        TARGET=POWERPC64;
                        CPPFLAGS="$CPPFLAGS -D__mono_ppc__ -D__mono_ppc64__"
+                       CFLAGS="$CFLAGS -fno-optimize-sibling-calls"
                else
                        TARGET=POWERPC;
                        CPPFLAGS="$CPPFLAGS -D__mono_ppc__"