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

Duncan Sands baldrick at free.fr
Tue Jan 26 03:32:18 PST 2010


Author: baldrick
Date: Tue Jan 26 05:32:17 2010
New Revision: 94538

URL: http://llvm.org/viewvc/llvm-project?rev=94538&view=rev
Log:
Note that gcc needs to be configured with --enable-lto.

Modified:
    dragonegg/trunk/README

Modified: dragonegg/trunk/README
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/README?rev=94538&r1=94537&r2=94538&view=diff

==============================================================================
--- dragonegg/trunk/README (original)
+++ dragonegg/trunk/README Tue Jan 26 05:32:17 2010
@@ -15,8 +15,8 @@
   svn checkout svn://gcc.gnu.org/svn/gcc/trunk SomeLocalDir
 Apply the patches in the gcc-patches subdirectory, if any.  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.  Build gcc and
-install it somewhere.
+needs to be applied.  Configure gcc with your favorite options and also with
+--enable-lto.  Build gcc and install it somewhere.
 
 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