# HG changeset patch # User Matthew Sheets # Date 1245234108 0 # Node ID b6b443f568ae49f2b9c203f77578a112d53c5947 # Parent eba84065e934aae7d7dc10a200db4ae71988d99e Update: gcc+gcj diff -r eba84065e934 -r b6b443f568ae gcc+gcj/receipt --- a/gcc+gcj/receipt Wed Jun 17 10:17:44 2009 +0000 +++ b/gcc+gcj/receipt Wed Jun 17 10:21:48 2009 +0000 @@ -24,12 +24,8 @@ # Get ecj.jar needed to build gcj # (See http://gcc.gnu.org/install/configure.html --with-ecj-jar) ECJ_PRE_PATH=`pwd` - ECJ_VERSION="3.4.2" - ECJ_JAR="ecj-$ECJ_VERSION.jar" - # Get download link from http://download.eclipse.org/eclipse/downloads/ - ECJ_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$ECJ_VERSION-200902111700/$ECJ_JAR" - # ECJ_JAR="ecj-latest.jar" - # ECJ_URL="ftp://sourceware.org/pub/java/$ECJ_JAR" + ECJ_JAR="ecj-latest.jar" + ECJ_URL="ftp://sourceware.org/pub/java/$ECJ_JAR" if [ ! -f "$SOURCES_REPOSITORY/$ECJ_JAR" ] ; then cd $SOURCES_REPOSITORY download $ECJ_URL