"* The change to LIPO_32BIT_FLAGS is unconditional, the current values
are needed to build on modern system, I guess the proposed new
value would be needed for building on 10.4?"
Ah, yes, sorry. I built and tested with and on 10.6 with 10.5 SDK/gcc-4.0, on 10.5 with gcc-4.0, and on 10.4u/gcc-4.0 but I see I did overlook trying 3-way on 10.6 with 10.6 SDK/gcc-4.2, where ppc7400 is indeed needed. Arch ppc is definitely needed for building on 10.6 and 10.5 with the 10.4u SDK and gcc-4.0:
lipo: -extract ppc7400 specified but fat file: pythonw does not contain that architecture
If you don't get to it first, I'll fix and resubmit the patch later. |