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

Duncan Sands baldrick at free.fr
Thu Oct 20 03:57:22 PDT 2011


Author: baldrick
Date: Thu Oct 20 05:57:22 2011
New Revision: 142576

URL: http://llvm.org/viewvc/llvm-project?rev=142576&view=rev
Log:
Dragonegg no longer contains any C source files.

Modified:
    dragonegg/trunk/README

Modified: dragonegg/trunk/README
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/README?rev=142576&r1=142575&r2=142576&view=diff
==============================================================================
--- dragonegg/trunk/README (original)
+++ dragonegg/trunk/README Thu Oct 20 05:57:22 2011
@@ -45,7 +45,7 @@
 The plugin is compiled using the system compiler, and not with the gcc specified
 in the GCC variable (which wouldn't work if it is a cross compiler).  If you
 want to also compile the plugin with your copy gcc 4.5/4.6, you can do:
-  CC=PATH_TO_INSTALLED_GCC CXX=PATH_TO_INSTALLED_GCC GCC=PATH_TO_INSTALLED_GCC make
+  CXX=PATH_TO_INSTALLED_GCC GCC=PATH_TO_INSTALLED_GCC make
 
 The build system runs the "llvm-config" program (which should be in your path if
 you installed llvm properly in step 0) to find out about the copy of LLVM you





More information about the llvm-commits mailing list