]> granicus.if.org Git - python/commit
Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant
authorBrett Cannon <bcannon@gmail.com>
Sun, 24 Apr 2005 22:26:38 +0000 (22:26 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 24 Apr 2005 22:26:38 +0000 (22:26 +0000)
commit08cd598c2145d00f1517c93cabf80a5d7d2a4bc0
treeff364e13d14455f5850f7af139bd721a1c371ddd
parent43148c84136697b56cdd9327a64ac3225fe48651
Introduced EXTRA_CFLAGS as an environment variable used by the Makefile.  Meant
to be used for flags that change binary compatibility.

Distutils was tweaked to also use the variable if used during compilation of
the interpreter.
Lib/distutils/sysconfig.py
Makefile.pre.in
Misc/NEWS
Misc/SpecialBuilds.txt
README