diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-04-25 07:14:03 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-04-25 07:14:03 (GMT) |
commit | d7c795e72966f7c72b94b919f3539be66495e6c3 (patch) | |
tree | a2cea19622186e95faeb32553e1635d185ad8d4c /Misc/NEWS | |
parent | 08cd598c2145d00f1517c93cabf80a5d7d2a4bc0 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |