Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=588941

--- Comment #18 from Maciej Fijalkowski <fij...@gmail.com> 2010-11-29 07:47:45 
EST ---
Hello.

There was extra info just added that you might find useful:
http://pypy.org/download.html#building-from-source

In particular, you can play around with make once you get build directory.

You're passing a lot of custom flags to CFLAGS, most of them doesn't make sense
in terms of PyPy (like -fstack-protector, because we have our own stack-depth
checking and we generate assembler anyway), but they also confuse trackgcroot.
In short, we postprocess assembler after gcc to find out where are gc roots.
This does not cooperate nicely with passing custom options to gcc.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to