diff options
author | Brett Cannon <bcannon@gmail.com> | 2004-08-26 01:44:07 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2004-08-26 01:44:07 (GMT) |
commit | cc8a4f6563395e39d77da9888d0ea3675214ca64 (patch) | |
tree | bc987a4797da09ab0e1bffbf2975e27c77211310 /Misc | |
parent | 71f55af826481576ffa75f9dc0771e20ab7c1187 (diff) | |
download | cpython-cc8a4f6563395e39d77da9888d0ea3675214ca64.zip cpython-cc8a4f6563395e39d77da9888d0ea3675214ca64.tar.gz cpython-cc8a4f6563395e39d77da9888d0ea3675214ca64.tar.bz2 |
When building with --disable-toolbox-glue under Darwin, skip building any
Mac-specific modules. Before all modules were compiled but would fail thanks
to a dependence on the code included when Python was built without the compiler
flag.
Closes bug #991962.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -139,6 +139,9 @@ Tools/Demos Build ----- +- bug #991962: When building with --disable-toolbox-glue on Darwin no + attempt to build Mac-specific modules occurs. + - The --with-tsc flag to configure to enable VM profiling with the processor's timestamp counter now works on PPC platforms. |