• Ned Deily's avatar
    Issue #13590: OS X Xcode 4 - improve support for universal extension modules · 18fae3f9
    Ned Deily yazdı
        In particular, fix extension module build failures when trying to use
        32-bit-only installer Pythons on systems with Xcode 4 (currently
        OS X 10.8, 10.7, and optionally 10.6).
        * Backport 3.3.0 fixes to 2.7 branch (for release in 2.7.4)
        * Since Xcode 4 removes ppc support, extension module builds now
          check for ppc compiler support and by default remove ppc and
          ppc64 archs when they are not available.
        * Extension module builds now revert to using system installed
          headers and libs (/usr and /System/Library) if the SDK used
          to build the interpreter is not installed or has moved.
        * Try to avoid building extension modules with deprecated
          and problematic Apple llvm-gcc compiler.  If original compiler
          is not available, use clang instead by default.
    18fae3f9
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.gitignore Loading commit data...
.hgeol Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...