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
37214c41
Commit
37214c41
authored
Mar 23, 2004
by
Tom Tromey
Committed by
Tom Tromey
Mar 23, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcj.texi (Extensions): Document GCJ_PROPERTIES.
From-SVN: r79867
parent
73b91357
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletions
+17
-1
gcc/java/ChangeLog
+4
-0
gcc/java/gcj.texi
+13
-1
No files found.
gcc/java/ChangeLog
View file @
37214c41
2004
-
03
-
23
Tom
Tromey
<
tromey
@
redhat
.
com
>
*
gcj
.
texi
(
Extensions
):
Document
GCJ_PROPERTIES
.
2004
-
03
-
20
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
class
.
c
,
gjavah
.
c
,
lang
.
c
:
Fix
comment
typos
.
...
...
gcc/java/gcj.texi
View file @
37214c41
...
...
@@ -569,7 +569,6 @@ classpath. This process can be controlled to some degree via the
@xref{libgcj Runtime Properties}.
@item
@code{libgcj} includes a special @samp{gcjlib} URL type. A URL of
this form is like a @code{jar} URL, and looks like
@samp{gcjlib:/path/to/shared/library.so!/path/to/resource}. An access
...
...
@@ -582,8 +581,21 @@ unloaded. This means some care must be exercised to make sure that
a @code{gcjlib} URL is not accessed by more than one class loader at once.
In a future release this limitation will be lifted, and such
libraries will be mapped privately.
@item
A program compiled by @command{gcj} will examine the
@env{GCJ_PROPERTIES} environment variable and change its behavior in
some ways. In particular @env{GCJ_PROPERTIES} holds a list of
assignments to global properties, such as would be set with the
@option{-D} option to @command{java}. For instance,
@samp{java.compiler=gcj} is a valid (but currently meaningless)
setting.
@cindex GCJ_PROPERTIES
@vindex GCJ_PROPERTIES
@end itemize
@node Invoking gcjh
@chapter Invoking gcjh
...
...
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