[llvm-commits] remove libtool from build system
Nick Lewycky
nicholas at mxc.ca
Sun Feb 22 13:06:43 PST 2009
Now attaching an updated patch.
Duncan found a bug where configure --disable-pic would fail to build
Transforms/Hello. Inside the makefile, we need to look at SHARED_LIBRARY
very early, and code doing if LOADABLE_MODULE then SHARED_LIBRARY = 1
hadn't happened yet.
Nick
Nick Lewycky wrote:
> This patch removes libtool from the build system. It works for me.
>
> Please do test it and report back whether it works or not. It's almost
> certain that this patch is going to break something on some platform,
> and I'd like to know about it before committing/reverting. Please make
> sure to check 'make install' and 'cd unittests; make' as well as doing a
> plain build.
>
> Thanks!
>
> Nick Lewycky
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nolibtool2.patch
Type: text/x-diff
Size: 13452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090222/a13ddb91/attachment.patch>
More information about the llvm-commits
mailing list