[pypy-dev] [PATCH] FreeBSD build fix

2018-05-18 Thread David CARLIER
Hi dear list, I have hard time to fork the project thus I m sendng this little patch to fix FreeBSD build. Hope it is helpful. Kind regards. diff -r 353420330f35 rpython/rlib/rvmprof/cintf.py --- a/rpython/rlib/rvmprof/cintf.py Fri May 18 10:10:24 2018 +0200 +++ b/rpython/rlib/rvmprof/cintf.py Fr

Re: [pypy-dev] [PATCH] FreeBSD build fix

2018-05-18 Thread Vincent Legoll
Hello, Disclaimer: I'm not sure I know what I'm talking about, I'm not really a pypy dev, so take my below questions with that in mind. They may be completely wrong. On Fri, May 18, 2018 at 4:09 PM, David CARLIER wrote: > Hi dear list, I have hard time to fork the project thus I m sendng this >

Re: [pypy-dev] [PATCH] FreeBSD build fix

2018-05-18 Thread David CARLIER
Hi and thanks for the feedback; indeed == amd64 is the good expression. On 18 May 2018 at 14:27, Vincent Legoll wrote: > Hello, > > Disclaimer: I'm not sure I know what I'm talking about, I'm not really > a pypy dev, > so take my below questions with that in mind. They may be completely wrong.