summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-04-25 07:14:03 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-04-25 07:14:03 (GMT)
commitd7c795e72966f7c72b94b919f3539be66495e6c3 (patch)
treea2cea19622186e95faeb32553e1635d185ad8d4c /Misc/NEWS
parent08cd598c2145d00f1517c93cabf80a5d7d2a4bc0 (diff)
downloadcpython-d7c795e72966f7c72b94b919f3539be66495e6c3.zip
cpython-d7c795e72966f7c72b94b919f3539be66495e6c3.tar.gz
cpython-d7c795e72966f7c72b94b919f3539be66495e6c3.tar.bz2
Make parse_makefile fallback to environment variables if nothing is
defined in the makefile. Get CFLAGS from the Makefile, instead of getting OPT, BASE_CFLAGS and EXTRA_CFLAGS individually.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1557a46..3c6b6c1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -279,7 +279,7 @@ Build
- EXTRA_CFLAGS has been introduced as an environment variable to hold compiler
flags that change binary compatibility. Changes were also made to
distutils.sysconfig to also use the environment variable when used during
- compilation of the interpreter.
+ compilation of the interpreter and of C extensions through distutils.
- SF patch 1171735: Darwin 8's headers are anal about POSIX compliance,
and linking has changed (prebinding is now deprecated, and libcc_dynamic