wok-current rev 3482
Update: gcc+gcj
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Wed Jun 17 10:21:48 2009 +0000 (2009-06-17) |
parents | eba84065e934 |
children | 6dc66b3c34a2 |
files | gcc+gcj/receipt |
line diff
1.1 --- a/gcc+gcj/receipt Wed Jun 17 10:17:44 2009 +0000 1.2 +++ b/gcc+gcj/receipt Wed Jun 17 10:21:48 2009 +0000 1.3 @@ -24,12 +24,8 @@ 1.4 # Get ecj.jar needed to build gcj 1.5 # (See http://gcc.gnu.org/install/configure.html --with-ecj-jar) 1.6 ECJ_PRE_PATH=`pwd` 1.7 - ECJ_VERSION="3.4.2" 1.8 - ECJ_JAR="ecj-$ECJ_VERSION.jar" 1.9 - # Get download link from http://download.eclipse.org/eclipse/downloads/ 1.10 - ECJ_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$ECJ_VERSION-200902111700/$ECJ_JAR" 1.11 - # ECJ_JAR="ecj-latest.jar" 1.12 - # ECJ_URL="ftp://sourceware.org/pub/java/$ECJ_JAR" 1.13 + ECJ_JAR="ecj-latest.jar" 1.14 + ECJ_URL="ftp://sourceware.org/pub/java/$ECJ_JAR" 1.15 if [ ! -f "$SOURCES_REPOSITORY/$ECJ_JAR" ] ; then 1.16 cd $SOURCES_REPOSITORY 1.17 download $ECJ_URL