• Ned Deily's avatar
    Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building · 9937748f
    Ned Deily yazdı
    Distutils-based packages with C extension modules may fail because
    Apple has removed gcc-4.2, the version used to build python.org
    64-bit/32-bit Pythons.  If the user does not explicitly override
    the default C compiler by setting the CC environment variable,
    Distutils will now attempt to compile extension modules with clang
    if gcc-4.2 is required but not found. Also as a convenience, if
    the user does explicitly set CC, substitute its value as the default
    compiler in the Distutils LDSHARED configuration variable for OS X.
    (Note, the python.org 32-bit-only Pythons use gcc-4.0 and the 10.4u
    SDK, neither of which are available in Xcode 4.  This change does not
    attempt to override settings to support their use with Xcode 4.)
    9937748f
Adı
Son kayıt (commit)
Son güncelleme
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...
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.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...