[Stackless] cross compile stackless from x86 to mipsel

Richard Tew richard.m.tew at gmail.com
Wed Feb 9 10:23:37 CET 2011


On Wed, Feb 9, 2011 at 4:20 PM, Luca Dionisi <luca.dionisi at gmail.com> wrote:

> On Wed, Feb 9, 2011 at 12:51 AM, Richard Tew <richard.m.tew at gmail.com>
> wrote:
> >> I see that in pypy sources there is the same file, contributed by Thiemo
> >> Seufer
> >> but there a pair of lines are not commented.
> >> Has this code been ported from pypy to stackless or viceversa?
> >
> > Links?
>
> wget http://pypy.org/download/pypy-1.4.1-src.tar.bz2
> tar xf pypy-1.4.1-src.tar.bz2
> cat pypy-1.4.1-src/greenlet/switch_mips_unix.h
>  -or see-
>
> http://us.generation-nt.com/bug-459520-support-mips-mipsel-help-167634631.html


You could probably find what revision it was added to the Python SVN
repository if you really wanted to know.  Here are all the branches:

http://svn.python.org/projects/stackless/branches/

I would look for one that does not have the file, then find the one next
version up that does, and then look in the revision history of the file in
the branch that does to see where it came from and find the check-in comment
from there.

Or search the mailing list archives for a post from him offering it.

Good luck! :-)
Richard.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.stackless.com/pipermail/stackless/attachments/20110209/3b2bf03a/attachment.html>


More information about the Stackless mailing list