summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2011-03-14 14:11:59 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2011-03-14 14:11:59 (GMT)
commit250324952e63a51fe885d457d207082f249bbefd (patch)
treed0c81e5bd63c061a026953559bde289f4d4fbe42 /Misc
parentd89ee79d19e156e874b7a292b705d167b7fe56ab (diff)
downloadcpython-250324952e63a51fe885d457d207082f249bbefd.zip
cpython-250324952e63a51fe885d457d207082f249bbefd.tar.gz
cpython-250324952e63a51fe885d457d207082f249bbefd.tar.bz2
Fixes #1099: Mac compile fails with pydebug and framework enabled
Without this patch "./configure --with-pydebug --enable-framework CC=gcc-4.0" fails on MacOSX
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2b09978..9eb0537 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -218,6 +218,9 @@ Build
support now looks for "__powerpc__" as well as "__ppc__": the latter seems to
only be present on OS X; the former is the correct one for Linux with GCC.
+- Issue #1099: Fix the build on MacOSX when building a framework with pydebug
+ using GCC 4.0.
+
Tests
-----