• Jeffrey Yasskin's avatar
    Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running · d4fcdb1e
    Jeffrey Yasskin yazdı
    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.
    d4fcdb1e
Adı
Son kayıt (commit)
Son güncelleme
..
RPM Loading commit data...
TextMate/Python-Dev.tmbundle Loading commit data...
Vim Loading commit data...
ACKS Loading commit data...
AIX-NOTES Loading commit data...
HISTORY Loading commit data...
NEWS Loading commit data...
NEWS.help Loading commit data...
PURIFY.README Loading commit data...
Porting Loading commit data...
README Loading commit data...
README.OpenBSD Loading commit data...
README.coverity Loading commit data...
README.klocwork Loading commit data...
README.valgrind Loading commit data...
RFD Loading commit data...
SpecialBuilds.txt Loading commit data...
build.sh Loading commit data...
cheatsheet Loading commit data...
developers.txt Loading commit data...
gdbinit Loading commit data...
indent.pro Loading commit data...
maintainers.rst Loading commit data...
pymemcompat.h Loading commit data...
python-config.in Loading commit data...
python-mode.el Loading commit data...
python-wing.wpr Loading commit data...
python.man Loading commit data...
python.pc.in Loading commit data...
setuid-prog.c Loading commit data...
valgrind-python.supp Loading commit data...
vgrindefs Loading commit data...