[M3devel] another Snow Leopard compiler crash
Jay K
jay.krell at cornell.edu
Sat Jan 8 06:28:43 CET 2011
Please try this Mika. It fixes the problem for me.
retrieving revision 1.5
diff -u -r1.5 I386.common
--- I386.common 6 Oct 2010 12:03:27 -0000 1.5
+++ I386.common 8 Jan 2011 05:21:48 -0000
@@ -1,4 +1,4 @@
readonly TARGET_ARCH = "I386"
readonly TARGET_ENDIAN = "LITTLE" % { "BIG" OR "LITTLE" }
readonly WORD_SIZE = "32BITS" % { "32BITS" or "64BITS" }
-m3back_flags = "-march=i586"
+m3back_flags = "-march=i686"
Probably it should be investigated further.
Though the workaround isn't so bad.
- Jay
----------------------------------------
> From: hosking at cs.purdue.edu
> Date: Mon, 27 Dec 2010 14:36:14 -0500
> To: mika at async.caltech.edu
> CC: m3devel at elegosoft.com
> Subject: Re: [M3devel] another Snow Leopard compiler crash
>
> OK. Jay?
>
> On Dec 27, 2010, at 1:54 PM, Mika Nystrom wrote:
>
> > No I had to upgrade the backend to get it to work at all, it's at head
> > too (as of 4-5 days ago).
> >
> > Tony Hosking writes:
> >> Which version of the backend are you using? Release? There has been so =
> >> much churn in the trunk lately that I have lost track of things.
> >>
> >>
> >>
> >> Antony Hosking | Associate Professor | Computer Science | Purdue =
>
More information about the M3devel
mailing list