Don't pass -export-dynamic to the linker on Cygwin and MinGW. These platforms
authorNick Lewycky <nicholas@mxc.ca>
Sun, 25 Jul 2010 22:33:04 +0000 (22:33 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 25 Jul 2010 22:33:04 +0000 (22:33 +0000)
commit47c424226fce0d2a030b00965249d00528d21f62
treed5cc2b5465ca7da7f19fce4b6f17c4c7145d6198
parente28ed16d2507633893269670d289006f3e0b351e
Don't pass -export-dynamic to the linker on Cygwin and MinGW. These platforms
accept the flag and do nothing but warn about it, cleverly bypassing our
configure-based detection system. Patch by Takumi Nakamura!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109385 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules