[llvm-commits] [PATCH] Add some options to configure for Cygming
Bill Wendling
wendling at apple.com
Tue Dec 28 18:10:53 PST 2010
Hi Nakamura,
These look fine to me. Go ahead and commit them, if you haven't all ready.
-bw
On Dec 26, 2010, at 5:31 PM, NAKAMURA Takumi wrote:
> Ping. Regenerated patches attached.
>
>
> * 0001-autoconf-PR7874-Add-disable-pthreads-to-suppress.patch.txt
>
> --enable-pthreads=yes by default.
> It would be needed to build pthread*.dll-free binaries on mingw.
> Without this patch, it would be impossible to build with
> ENABLE_THREADS=1 without pthread.h and pthread*.dll,
> [PR7874]
>
>
> * 0003-autoconf-Add-disable-embed-stdcxx-to-suppress-li.patch.txt
>
> --enable-embed-stdcxx=yes by default. Use with --enable-shared.
> By default, tools/llvm-shlib does not use stdc++.dll but link
> stdc++.a included into llvm*.dll.
>
> Cygwin-1.7's gcc-4.4 has its own stdc++.dll and is applicable.
> With --disable-embed-stdcxx, tools/llvm-shlib uses distro's stdc++.dll.
>
>
> * 0002-configure-Regenerated-for-disable-pthreads.patch.txt
> * 0004-configure-Regenerated-for-disable-embed-stdcxx.patch.txt
>
> Regenerated patches.
>
>
> ...Takumi
> <0001-autoconf-PR7874-Add-disable-pthreads-to-suppress.patch.txt><0002-configure-Regenerated-for-disable-pthreads.patch.txt><0003-autoconf-Add-disable-embed-stdcxx-to-suppress-li.patch.txt><0004-configure-Regenerated-for-disable-embed-stdcxx.patch.txt>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list