[dragonegg] r182195 - Claim to support gcc-4.8 even though this isn't true yet.

Duncan Sands baldrick at free.fr
Sat May 18 09:36:09 PDT 2013


Author: baldrick
Date: Sat May 18 11:36:09 2013
New Revision: 182195

URL: http://llvm.org/viewvc/llvm-project?rev=182195&view=rev
Log:
Claim to support gcc-4.8 even though this isn't true yet.

Modified:
    dragonegg/trunk/README

Modified: dragonegg/trunk/README
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/README?rev=182195&r1=182194&r2=182195&view=diff
==============================================================================
--- dragonegg/trunk/README (original)
+++ dragonegg/trunk/README Sat May 18 11:36:09 2013
@@ -5,7 +5,7 @@
 Prerequisites
 -------------
 
-The dragonegg plugin works with gcc 4.5, gcc 4.6 or gcc-4.7, so you will need to
+The dragonegg plugin works with gcc 4.5, 4.6, 4.7 or 4.8, so you will need to
 have one of these installed.  Many linux distributions ship one or both of them,
 perhaps as an addon package; binaries can be downloaded for most platforms.
 Otherwise you can always build gcc yourself.  Plugin support (--enable-plugin)





More information about the llvm-commits mailing list