[llvm-commits] [dragonegg] r97940 - /dragonegg/trunk/www/index.html

Duncan Sands baldrick at free.fr
Mon Mar 8 01:16:43 PST 2010


Author: baldrick
Date: Mon Mar  8 03:16:42 2010
New Revision: 97940

URL: http://llvm.org/viewvc/llvm-project?rev=97940&view=rev
Log:
Dragonegg can now compile clang and boost.

Modified:
    dragonegg/trunk/www/index.html

Modified: dragonegg/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/www/index.html?rev=97940&r1=97939&r2=97940&view=diff
==============================================================================
--- dragonegg/trunk/www/index.html (original)
+++ dragonegg/trunk/www/index.html Mon Mar  8 03:16:42 2010
@@ -37,9 +37,9 @@
 
   <ul>
   <li>C works well, for example you can build a working gcc using it</li>
-  <li>C++ works fairly well, for example you can build a working LLVM using it.
-  On the other hand, <a href="http://dragonegg.llvm.org/">DragonEgg</a> crashes
-  while building clang and boost</li>
+  <li>C++ works fairly well, for example you can build LLVM, clang and boost
+  with it (the resulting LLVM and clang work correctly; I did not test whether
+  boost actually works)</li>
   <li>A lot of Fortran compiles, but the compiled code has not been tested for
   correctness</li>
   <li>It can compile quite a lot of Ada, but the compiled code may not work
@@ -153,6 +153,7 @@
      <pre>	svn co http://gcc.gnu.org/svn/gcc/trunk gcc</pre>
   <p>Apply all of the patches in <tt>dragonegg/gcc-patches/</tt>, if any, to
      <a href="http://gcc.gnu.org">gcc</a>.
+     You need to pass the <tt>-p1</tt> option to <tt>patch</tt>.
      Build and install <a href="http://gcc.gnu.org">gcc</a> in the usual way.</p>
   <p>Doing</p>
      <pre>	GCC=path_to_just_installed_gcc make</pre>





More information about the llvm-commits mailing list