Subject: gcc -m32?
To: None <port-amd64@netbsd.org>
From: Chris Kantarjiev <cak+gmane@dimebank.com>
List: port-amd64
Date: 11/20/2005 19:53:30
I'm trying to test the Psyco python jit compiler on x64; it's a 32-bit only 
beast, so I wanted to build a 32-bit version of python.

I haven't had much luck building a 32-bit python, at least partially because (I 
think) the default gcc doesn't support -m32.

If you've made this work, could you please drop me a line with a clue?

Thanks.