Files
cpython/Lib
Jeffrey Yasskin d4fcdb1ea8 Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running
configure to append to Python's default values for those variables, and
similarly allow users to set $XXFLAGS on the make command line to append to the
values set by configure.

In the makefile, this renames the variables that used to be $XXFLAGS to
$PY_XXFLAGS, and renames the old $PY_CFLAGS to $PY_CORE_CFLAGS.  To compensate,
sysconfig now aliases $XXFLAGS=$PY_XXFLAGS so that scripts using it keep
working.  I see that as the right interface, not a backward-compatibility hack,
since these are logically the $XXFLAGS variables; we just use a different name
in the makefile to deal with make's semantics.
2010-07-09 16:30:58 +00:00
..
2009-10-10 21:28:29 +00:00
2009-06-26 13:05:03 +00:00
2010-06-09 08:13:42 +00:00
2009-06-03 17:21:17 +00:00
2010-04-11 20:41:56 +00:00
2009-05-17 12:22:57 +00:00
2010-07-04 19:23:49 +00:00
2010-06-27 11:24:03 +00:00
2010-05-05 19:11:21 +00:00
2010-04-17 00:19:56 +00:00
2009-06-28 19:30:36 +00:00
2010-03-11 22:53:45 +00:00
2010-01-13 03:49:50 +00:00
2010-04-17 00:19:56 +00:00