summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2017-01-08 17:50:21 +0000
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2017-01-08 17:50:21 +0000
commitd2d3e544115d3635cfbe4ca91fea2cf34f0789af (patch)
tree0960646ee197755c8d5b4166d9a9c904aad15a39 /contrib
parent8f17e1523380de0a3bffbd890a57b9a1061e7efc (diff)
* download_ecj: Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@244209 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog3
-rwxr-xr-xcontrib/download_ecj25
2 files changed, 3 insertions, 25 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 7068525a7061..04130f13494a 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,6 @@
+2017-01-08 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * download_ecj: Remove.
2017-01-05 Martin Liska <mliska@suse.cz>
diff --git a/contrib/download_ecj b/contrib/download_ecj
deleted file mode 100755
index 5043f9407899..000000000000
--- a/contrib/download_ecj
+++ /dev/null
@@ -1,25 +0,0 @@
-#! /bin/sh
-
-#
-# Download the ecj jar file needed by gcj.
-# Run this from the top level of the gcc source tree and the libjava
-# build will do the right thing.
-#
-# (C) 2006 Free Software Foundation
-#
-# This script is Free Software, and it can be copied, distributed and
-# modified as defined in the GNU General Public License. A copy of
-# its license can be downloaded from http://www.gnu.org/copyleft/gpl.html
-#
-
-ftp -n sourceware.org << EOF
-verbose
-hash
-user ftp ''
-cd /pub/java
-binary
-get ecj-latest.jar
-EOF
-
-mv ecj-latest.jar ecj.jar
-