Parent Directory
|
Revision Log
|
Patch
| revision 44716, Tue Mar 29 09:38:02 2011 UTC | revision 44717, Tue Mar 29 10:04:29 2011 UTC | |
|---|---|---|
| # | Line 48 md5sum = d6559145853fbaaa0fd7556ed93bce9 | Line 48 md5sum = d6559145853fbaaa0fd7556ed93bce9 |
| 48 | strip-top-level-dir = True | strip-top-level-dir = True |
| 49 | destination = ${gcc-java-source:location} | destination = ${gcc-java-source:location} |
| 50 | ||
| 51 | [ecj] | |
| 52 | recipe = hexagonit.recipe.download | |
| 53 | download-only = true | |
| 54 | url = ftp://sourceware.org/pub/java/ecj-4.5.jar | |
| 55 | md5sum = d7cd6a27c8801e66cbaa964a039ecfdb | |
| 56 | filename = ecj.jar | |
| 57 | ||
| 58 | [gcc-java-download] | [gcc-java-download] |
| 59 | recipe = hexagonit.recipe.download | recipe = hexagonit.recipe.download |
| 60 | url = http://www.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.5.2/gcc-java-4.5.2.tar.bz2 | url = http://www.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.5.2/gcc-java-4.5.2.tar.bz2 |
| # | Line 78 configure-options = | Line 85 configure-options = |
| 85 | --with-gmp=${gmp:location} | --with-gmp=${gmp:location} |
| 86 | --with-mpfr=${mpfr:location} | --with-mpfr=${mpfr:location} |
| 87 | --with-mpc=${mpc:location} | --with-mpc=${mpc:location} |
| 88 | --with-ecj-jar=${ecj:location}/${ecj:filename} | |
| 89 | --prefix=${buildout:parts-directory}/${:_buildout_section_name_} | --prefix=${buildout:parts-directory}/${:_buildout_section_name_} |
| 90 | ||
| 91 | environment = | environment = |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |