From: Tom Tromey Date: Thu, 7 Feb 2002 19:39:27 +0000 (+0000) Subject: gcj.texi (Input Options): --CLASSPATH does not suppress system path. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5d65aeb7e4432949ff6198d06b37c3ac1c58f1b7;p=gcc.git gcj.texi (Input Options): --CLASSPATH does not suppress system path. * gcj.texi (Input Options): --CLASSPATH does not suppress system path. From-SVN: r49588 --- 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 + + * gcj.texi (Input Options): --CLASSPATH does not suppress system + path. + 2002-02-04 Anthony Green * 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