Patch #1324762: Change --with-cxx to --with-cxx-main.
diff --git a/Misc/NEWS b/Misc/NEWS
index e75047c..0a458c4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -82,6 +82,11 @@
 Build
 -----
 
+- Patch #1324762:Remove ccpython.cc; replace --with-cxx with
+  --with-cxx-main. Link with C++ compiler only if --with-cxx-main was
+  specified. (Can be overriden by explicitly setting LINKCC.) Decouple
+  CXX from --with-cxx-main, see description in README.
+
 - Patch #1429775: Link extension modules with the shared libpython.
 
 C API