[Erp5-report] r44717 luke - /erp5/trunk/buildout/software-profiles/gcc.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 29 12:04:29 CEST 2011


Author: luke
Date: Tue Mar 29 12:04:29 2011
New Revision: 44717

URL: http://svn.erp5.org?rev=44717&view=rev
Log:
 - fetch and use ecj, as it is required by some application to be
   configured

Modified:
    erp5/trunk/buildout/software-profiles/gcc.cfg

Modified: erp5/trunk/buildout/software-profiles/gcc.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/gcc.cfg?rev=44717&r1=44716&r2=44717&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/gcc.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/gcc.cfg [utf8] Tue Mar 29 12:04:29 2011
@@ -48,6 +48,13 @@ md5sum = d6559145853fbaaa0fd7556ed93bce9
 strip-top-level-dir = True
 destination = ${gcc-java-source:location}
 
+[ecj]
+recipe = hexagonit.recipe.download
+download-only = true
+url = ftp://sourceware.org/pub/java/ecj-4.5.jar
+md5sum = d7cd6a27c8801e66cbaa964a039ecfdb
+filename = ecj.jar
+
 [gcc-java-download]
 recipe = hexagonit.recipe.download
 url = http://www.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.5.2/gcc-java-4.5.2.tar.bz2
@@ -78,6 +85,7 @@ configure-options =
   --with-gmp=${gmp:location}
   --with-mpfr=${mpfr:location}
   --with-mpc=${mpc:location}
+  --with-ecj-jar=${ecj:location}/${ecj:filename}
   --prefix=${buildout:parts-directory}/${:_buildout_section_name_}
 
 environment =



More information about the Erp5-report mailing list