| commit | 8fa86b1a44d0ea8a97df66a271dca5cfebdb38c0 | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Fri Sep 17 01:16:06 2010 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Fri Sep 17 01:16:06 2010 +0000 |
| tree | 99dcc0f6c6c538ab7d4f4182dc58bfd6f51b6daf | |
| parent | 7f9c92a9a0740c2e198ae3a38770b59150555ea0 [diff] |
Driver/DarwinClang: The new toolchain definition is going to drop the -L inside the GCC dir. Unfortunately, this breaks -lstdc++ on SnowLeopard, etc. because the libstdc++ dylib was hiding there. Workaround this by providing the path to the right -lstdc++.6 (the only version used in recent memory) if we can't see an obvious -lstdc++, but can find = -lstdc++.6. llvm-svn: 114146