Commit c26a6db8 by Per Bothner Committed by Per Bothner

gcc.c (option_map): Suport new --bootclasspath option.


	* gcc.c (option_map):  Suport new --bootclasspath option.
	--CLASSPATH is now just an alias for --classpath.

From-SVN: r50246
parent 1311c5c6
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
......
......@@ -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"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment