]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #709178: remove -static option from cygwinccompiler
authorJason Tishler <jason@tishler.net>
Mon, 14 Apr 2003 12:51:26 +0000 (12:51 +0000)
committerJason Tishler <jason@tishler.net>
Mon, 14 Apr 2003 12:51:26 +0000 (12:51 +0000)
commit21664d854fe60005e3a8094e2f4f54f0b805e366
treed12be6e939985ed584c0003187d0520e469fc37e
parent42a8aedb2977379c08e5afc000e8bb0b8befdc11
Patch #709178: remove -static option from cygwinccompiler

After some more reflection (and no negative feedback), I am reverting the
original patch and applying my version, cygwinccompiler.py-shared.diff,
instead.

My reasons are the following:

1. support for older toolchains is retained
2. support for new toolchains (i.e., ld -shared) is added

The goal of my approach is to avoid breaking older toolchains while adding
better support for newer ones.
Lib/distutils/cygwinccompiler.py