OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [contrib/] [download_ecj] - Blame information for rev 723

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 723 jeremybenn
#! /bin/sh
2
 
3
#
4
# Download the ecj jar file needed by gcj.
5
# Run this from the top level of the gcc source tree and the libjava
6
# build will do the right thing.
7
#
8
# (C) 2006 Free Software Foundation
9
#
10
# This script is Free Software, and it can be copied, distributed and
11
# modified as defined in the GNU General Public License.  A copy of
12
# its license can be downloaded from http://www.gnu.org/copyleft/gpl.html
13
#
14
 
15
ftp -n sourceware.org << EOF
16
verbose
17
hash
18
user ftp ''
19
cd /pub/java
20
binary
21
get ecj-latest.jar
22
EOF
23
 
24
mv ecj-latest.jar ecj.jar
25
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.