Hi, I have a python module that uses distutils. I'm trying to build it on an x86 system for a PPC host. Through much digging, I've found that I can override CC to use my cross-compiler, but somehow it still wants to use CFLAGS like -march=i386. Also, the output directory is still "build/temp.linux-i686-2.4".
I have seen a fair amount of python cross-compiling pain on the net, but few answers. Any help? Thanks! -- Hollis Blanchard IBM Linux Technology Center _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
