On Sun, Aug 31, 2008 at 6:36 PM, Peter Stuge peter@stuge.se wrote:
Vincent Legoll wrote:
And I found why it was failing for me: all the $(CC) calls made in Makefile are not "-m32"-ized, especially the "-print-libgcc-file-name" one...
So why not just
CC=$(CC) -m32
Yes, that's a smaller (better) equivalent patch