Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
1243c42d
Commit
1243c42d
authored
Jan 08, 2017
by
Gerald Pfeifer
Committed by
Gerald Pfeifer
Jan 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* download_ecj: Remove.
From-SVN: r244209
parent
8a1f09e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
25 deletions
+3
-25
contrib/ChangeLog
+3
-0
contrib/download_ecj
+0
-25
No files found.
contrib/ChangeLog
View file @
1243c42d
2017
-
01
-
08
Gerald
Pfeifer
<
gerald
@pfeifer
.
com
>
*
download_ecj
:
Remove
.
2017
-
01
-
05
Martin
Liska
<
mliska
@suse
.
cz
>
2017
-
01
-
05
Martin
Liska
<
mliska
@suse
.
cz
>
...
...
contrib/download_ecj
deleted
100755 → 0
View file @
8a1f09e4
#! /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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment