]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc.c (option_map): Suport new --bootclasspath option.
authorPer Bothner <per@bothner.com>
Sun, 3 Mar 2002 08:33:59 +0000 (00:33 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Sun, 3 Mar 2002 08:33:59 +0000 (00:33 -0800)
* gcc.c (option_map):  Suport new --bootclasspath option.
--CLASSPATH is now just an alias for --classpath.

From-SVN: r50246

gcc/ChangeLog
gcc/gcc.c

index 3f70e67d95e62154ba0f975b96a0983d17e7b06f..3f3954a52e99f991e051feb0dd2494ceb839f2c9 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-02  Per Bothner  <per@bothner.com>
+
+       * gcc.c (option_map):  Suport new --bootclasspath option.
+       --CLASSPATH is now just an alias for --classpath.
+
 2002-03-02  Richard Henderson  <rth@redhat.com>
 
        * config/i386/i386.h (ix86_expand_prologue): Do not emit pic register
index a911793f371a9a0c1c7682493c2d135a2d585390..69e4f7fbfc0e3298056828ec0292bc2e249bb457 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -906,7 +906,8 @@ static const struct option_map option_map[] =
    {"--assemble", "-S", 0},
    {"--assert", "-A", "a"},
    {"--classpath", "-fclasspath=", "aj"},
-   {"--CLASSPATH", "-fCLASSPATH=", "aj"},
+   {"--bootclasspath", "-fbootclasspath=", "aj"},
+   {"--CLASSPATH", "-fclasspath=", "aj"},
    {"--comments", "-C", 0},
    {"--compile", "-c", 0},
    {"--debug", "-g", "oj"},