autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llvm.dll...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 29 Dec 2010 03:59:14 +0000 (03:59 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 29 Dec 2010 03:59:14 +0000 (03:59 +0000)
commit8eac88621626e196db2cb76492dc60c71c7c7fbb
tree9b5e85c368eac51961bbaa38b8d33ed0d854a71b
parent0dc8439f54ca58bf417f68e79d0eb323b387c04e
autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llvm.dll with --enable-shared on Cygming.

Cygwin has stdc++.dll in it's distribution, and we can assume distro's stdc++.dll might be available.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122622 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.config.in
autoconf/configure.ac
configure
tools/llvm-shlib/Makefile