diff options
| -rw-r--r-- | gcc/java/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/java/gcj.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index f6111e749d2..a7410b6d371 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,8 @@ +2002-02-07 Tom Tromey <tromey@redhat.com> + + * gcj.texi (Input Options): --CLASSPATH does not suppress system + path. + 2002-02-04 Anthony Green <green@redhat.com> * class.c (build_utf8_ref): Put UTF-8 constants into merged diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi index 3e9f31cf134..1bdd7464475 100644 --- a/gcc/java/gcj.texi +++ b/gcc/java/gcj.texi @@ -247,7 +247,7 @@ This sets the class path to @var{path}, a colon-separated list of paths @item --CLASSPATH=@var{path} This sets the class path to @var{path}, a colon-separated list of paths (on Windows-based systems, a semicolon-separate list of paths). This -differs from the @code{--classpath} option in that it also suppresses +differs from the @code{--classpath} option in that it does not suppress the built-in system path. @item CLASSPATH |

