commit | 21664d854fe60005e3a8094e2f4f54f0b805e366 | [log] [tgz] |
---|---|---|
author | Jason Tishler <jason@tishler.net> | Mon Apr 14 12:51:26 2003 +0000 |
committer | Jason Tishler <jason@tishler.net> | Mon Apr 14 12:51:26 2003 +0000 |
tree | d12be6e939985ed584c0003187d0520e469fc37e | |
parent | 42a8aedb2977379c08e5afc000e8bb0b8befdc11 [diff] |
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.