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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 29 13:28:09 CEST 2011


Author: luke
Date: Tue Mar 29 13:28:08 2011
New Revision: 44720

URL: http://svn.erp5.org?rev=44720&view=rev
Log:
 - put similar parts near each other

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=44720&r1=44719&r2=44720&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/gcc.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/gcc.cfg [utf8] Tue Mar 29 13:28:08 2011
@@ -41,13 +41,6 @@ environment =
   CPPFLAGS =-I${mpfr:location}/include -I${gmp:location}/include
   LDFLAGS =-L${mpfr:location}/lib -Wl,-rpath -Wl,${mpfr:location}/lib -L${gmp:location}/lib -Wl,-rpath -Wl,${gmp:location}/lib
 
-[gcc-download]
-recipe = hexagonit.recipe.download
-url = http://www.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.5.2/gcc-4.5.2.tar.bz2
-md5sum = d6559145853fbaaa0fd7556ed93bce9a
-strip-top-level-dir = True
-destination = ${gcc-java-source:location}
-
 [ecj]
 recipe = hexagonit.recipe.download
 download-only = true
@@ -55,6 +48,13 @@ url = ftp://sourceware.org/pub/java/ecj-
 md5sum = d7cd6a27c8801e66cbaa964a039ecfdb
 filename = ecj.jar
 
+[gcc-download]
+recipe = hexagonit.recipe.download
+url = http://www.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.5.2/gcc-4.5.2.tar.bz2
+md5sum = d6559145853fbaaa0fd7556ed93bce9a
+strip-top-level-dir = True
+destination = ${gcc-java-source:location}
+
 [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



More information about the Erp5-report mailing list