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
aa5190e9
Commit
aa5190e9
authored
19 years ago
by
Tom Tromey
Committed by
Tom Tromey
19 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* HACKING: Updated for hacking classpath in libgcj.
From-SVN: r103324
parent
beb6ae88
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
0 deletions
+28
-0
libjava/ChangeLog
+4
-0
libjava/HACKING
+24
-0
No files found.
libjava/ChangeLog
View file @
aa5190e9
2005
-
08
-
21
Tom
Tromey
<
tromey
@
redhat
.
com
>
*
HACKING
:
Updated
for
hacking
classpath
in
libgcj
.
2005
-
08
-
20
John
David
Anglin
<
dave
.
anglin
@
nrc
-
cnrc
.
gc
.
ca
>
PR
libgcj
/
21692
...
...
This diff is collapsed.
Click to expand it.
libjava/HACKING
View file @
aa5190e9
...
...
@@ -60,6 +60,30 @@ However, there are two (known) exceptions to this rule:
--
You can develop in a GCC tree using a CVS checkout of Classpath, most
of the time. (The exceptions are when an incompatible change has been
made in Classpath and some core part of libgcj has not yet been
updated.)
The way to set this up is very similar to importing a new version of
Classpath into the libgcj tree. In your working tree:
* cd gcc/libjava; rm -rf classpath
* cvs co classpath
* cd classpath
Now run the auto tools as specified in the import process; then
cd ..
* Run 'scripts/makemake.tcl > sources.am' in the source tree
* Run automake for libgcj
Now you should be ready to go.
If you are working in a tree like this, you must remember to run
makemake.tcl and automake whenever you update your embedded classpath
tree.
--
If you add a class to java.lang, java.io, or java.util
(including sub-packages, like java.lang.ref).
...
...
This diff is collapsed.
Click to expand it.
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