aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2002-02-07 19:39:27 +0000
committerTom Tromey <tromey@gcc.gnu.org>2002-02-07 19:39:27 +0000
commit5d65aeb7e4432949ff6198d06b37c3ac1c58f1b7 (patch)
treebc7f010c54b131f898a41256f32a8b434ab7a408
parenta092e4ebbabead18ccd04822c7c06e9dbc6cd77c (diff)
downloadgcc-5d65aeb7e4432949ff6198d06b37c3ac1c58f1b7.zip
gcc-5d65aeb7e4432949ff6198d06b37c3ac1c58f1b7.tar.gz
gcc-5d65aeb7e4432949ff6198d06b37c3ac1c58f1b7.tar.bz2
gcj.texi (Input Options): --CLASSPATH does not suppress system path.
* gcj.texi (Input Options): --CLASSPATH does not suppress system path. From-SVN: r49588
-rw-r--r--gcc/java/ChangeLog5
-rw-r--r--gcc/java/gcj.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index f6111e7..a7410b6 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 3e9f31c..1bdd746 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