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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [contrib/] [download_ecj] - Diff between revs 816 and 826

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 816 Rev 826
#! /bin/sh
#! /bin/sh
#
#
# Download the ecj jar file needed by gcj.
# Download the ecj jar file needed by gcj.
# Run this from the top level of the gcc source tree and the libjava
# Run this from the top level of the gcc source tree and the libjava
# build will do the right thing.
# build will do the right thing.
#
#
# (C) 2006 Free Software Foundation
# (C) 2006 Free Software Foundation
#
#
# This script is Free Software, and it can be copied, distributed and
# This script is Free Software, and it can be copied, distributed and
# modified as defined in the GNU General Public License.  A copy of
# 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
# its license can be downloaded from http://www.gnu.org/copyleft/gpl.html
#
#
ftp -n sourceware.org << EOF
ftp -n sourceware.org << EOF
verbose
verbose
hash
hash
user ftp ''
user ftp ''
cd /pub/java
cd /pub/java
binary
binary
get ecj-latest.jar
get ecj-latest.jar
EOF
EOF
mv ecj-latest.jar ecj.jar
mv ecj-latest.jar ecj.jar
 
 

powered by: WebSVN 2.1.0

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