]> granicus.if.org Git - python/commit
This patch makes the default compiler determination more flexible
authorMarc-André Lemburg <mal@egenix.com>
Mon, 19 Feb 2001 09:20:04 +0000 (09:20 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Mon, 19 Feb 2001 09:20:04 +0000 (09:20 +0000)
commit636b90638a0b26331bf0dc8bd3d16b334126cbb1
treef3b00fc9715354a0b41bcf444e24b7b260436537
parent373d151666da7201453412e5a3f03db345c512aa
This patch makes the default compiler determination more flexible
and also takes the sys.platform name into account. This helps on
platforms where there are multiple possible compiler backends (the
one with which Python itself was compiled is preferred over others
in this case).

The patch uses this new technique to enable using cygwin compiler
per default for cygwin compiled Pythons.

Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
Lib/distutils/ccompiler.py