--CLASSPATH is now just an alias for --classpath.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50246
138bc75d-0d04-0410-961f-
82ee72b054a4
+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
{"--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"},