[llvm-commits] [PATCH] Add some options to configure for Cygming

NAKAMURA Takumi geek4civic at gmail.com
Tue Nov 9 20:15:00 PST 2010


Good afternoon, Rafael.

I made and reconfirmed patches.

* 0002-autoconf-Add-enable-docs-to-enable-disable-buiding-a.patch

> +# When ENABLE_DOXYGEN is disabled, docs/ will not be built
> +ENABLE_DOCS = @ENABLE_DOCS@
>
> Comment looks wrong.

Fixed. Thank you to point out.
+# When ENABLE_DOCS is disabled, docs/ will not be built.
+ENABLE_DOCS = @ENABLE_DOCS@

* 0004-autoconf-PR7874-Add-disable-pthreads-to-suppress-det.patch
* 0006-autoconf-Add-disable-embed-stdcxx-to-suppress-linkin.patch

They are as same as last.

* 0001-Explicit-autotools-version.patch.gz

It is not intended to commit.
I installed autotools locally with suffix -x.xx.
It might be dubious for libtool, but anyway, I can generate locally
same configure on ToT with this patch.

* 0003-configure-Regenerated-for-enable-docs.patch.gz
* 0005-configure-Regenerated-for-disable-pthreads.patch.gz
* 0007-configure-Regenerated-for-disable-embed-stdcxx.patch.gz

They are attached for consistency.
When I commit them, may I commit generated configure(s) separately or fused?


...Takumi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Explicit-autotools-version.patch.gz
Type: application/x-gzip
Size: 853 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101110/622e9cdc/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-autoconf-Add-enable-docs-to-enable-disable-buiding-a.patch
Type: application/octet-stream
Size: 2079 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101110/622e9cdc/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-configure-Regenerated-for-enable-docs.patch.gz
Type: application/x-gzip
Size: 1441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101110/622e9cdc/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-autoconf-PR7874-Add-disable-pthreads-to-suppress-det.patch
Type: application/octet-stream
Size: 2258 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101110/622e9cdc/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-configure-Regenerated-for-disable-pthreads.patch.gz
Type: application/x-gzip
Size: 2205 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101110/622e9cdc/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006-autoconf-Add-disable-embed-stdcxx-to-suppress-linkin.patch
Type: application/octet-stream
Size: 2644 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101110/622e9cdc/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0007-configure-Regenerated-for-disable-embed-stdcxx.patch.gz
Type: application/x-gzip
Size: 1513 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101110/622e9cdc/attachment-0003.bin>


More information about the llvm-commits mailing list