| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Try to avoid building Python or extension modules with problematic
llvm-gcc compiler.
- Since Xcode 4 removes ppc support, extension module builds now
check for ppc compiler support and automatically remove ppc and
ppc64 archs when not available.
- Since Xcode 4 no longer install SDKs in default locations,
extension module builds now revert to using installed headers
and libs if the SDK used to build the interpreter is not
available.
- Update ./configure to use better defaults for universal builds;
in particular, --enable-universalsdk=yes uses the Xcode default
SDK and --with-universal-archs now defaults to "intel" if ppc
not available.
|
| |
|
|
|
|
|
| |
up the decimal module. Performance gains of the new C implementation are
between 12x and 80x, depending on the application.
|
|
|
|
| |
config.{guess,sub}. Don't use uname calls for cross builds.
|
|
|
|
| |
config.{guess,sub}.
|
|
|
|
| |
when configured with --(en|dis)able-ipv6 for cross builds, don't fail the configury due to the missing buggy-getaddrinfo check.
|
|
|
|
| |
when configured --with(out)-computed-gotos for a cross, use this value instead of defaulting to no.
|
|
|
|
| |
when using gcc, use a compilation test for the cross build check for long long format.
|
| |
|
| |
|
| |
|
|
- change references from configure.in to configure.ac
|