diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-13 17:04:57 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-13 17:04:57 +0000 |
commit | 6ee2b510a4a1bec41601526bac33b94ea0e84bef (patch) | |
tree | 0a81e2cb37f4e302589220b811c1f56a22f2d3ad /gcc/java/lang.opt | |
parent | 0ad8600e14dce0e019722b9e10e455f1cf4ce91e (diff) | |
download | gcc-6ee2b510a4a1bec41601526bac33b94ea0e84bef.tar.gz |
PR java/15578:
* lang.opt (--extdirs): Document.
* jvspec.c (lang_specific_driver): Recognize -encoding and
-extdirs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88991 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/lang.opt')
-rw-r--r-- | gcc/java/lang.opt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/java/lang.opt b/gcc/java/lang.opt index 2711193e46e..0e4ffcfd994 100644 --- a/gcc/java/lang.opt +++ b/gcc/java/lang.opt @@ -132,6 +132,7 @@ Java Joined RejectNegative fextdirs= Java Joined RejectNegative +--extdirs=<path> Set the extension directory path ffilelist-file Java Var(flag_filelist_file) |