[llvm-commits] [dragonegg] r100189 - /dragonegg/trunk/README

Duncan Sands baldrick at free.fr
Fri Apr 2 08:57:23 PDT 2010


Author: baldrick
Date: Fri Apr  2 10:57:23 2010
New Revision: 100189

URL: http://llvm.org/viewvc/llvm-project?rev=100189&view=rev
Log:
Add a note about gcc with --enable-lto requiring libelf.

Modified:
    dragonegg/trunk/README

Modified: dragonegg/trunk/README
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/README?rev=100189&r1=100188&r2=100189&view=diff
==============================================================================
--- dragonegg/trunk/README (original)
+++ dragonegg/trunk/README Fri Apr  2 10:57:23 2010
@@ -19,6 +19,9 @@
 Hopefully one day the plugin will work with an unpatched gcc, but for the
 moment a small patch needs to be applied.  Configure gcc with your favorite
 options and also with --enable-lto.  Build gcc and install it somewhere.
+If you don't have libelf installed then the build will fail, because gcc's
+LTO code makes use of it, see
+  http://gcc.gnu.org/wiki/LinkTimeOptimization#Building_the_branch
 
 Darwin special: the gcc configure script thinks darwin doesn't support dynamic
 libraries and concludes that plugins won't work.  Delete or improve the check.





More information about the llvm-commits mailing list