diff options
author | Tom Tromey <tromey@redhat.com> | 2004-10-13 17:04:57 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2004-10-13 17:04:57 +0000 |
commit | 38467a0deb62fafa1b21a508bdb5862419207ce3 (patch) | |
tree | 0a81e2cb37f4e302589220b811c1f56a22f2d3ad /gcc/java/lang.opt | |
parent | e89f2821711a33e65bd574b63aceb1146a812c24 (diff) | |
download | gcc-38467a0deb62fafa1b21a508bdb5862419207ce3.zip gcc-38467a0deb62fafa1b21a508bdb5862419207ce3.tar.gz gcc-38467a0deb62fafa1b21a508bdb5862419207ce3.tar.bz2 |
re PR java/15578 (gcj doesn't support -extdirs)
PR java/15578:
* lang.opt (--extdirs): Document.
* jvspec.c (lang_specific_driver): Recognize -encoding and
-extdirs.
From-SVN: r88991
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 2711193..0e4ffcf 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) |