aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>2002-03-03 00:33:59 -0800
committerPer Bothner <bothner@gcc.gnu.org>2002-03-03 00:33:59 -0800
commitc26a6db811ab9dd1dd94c1b410cb93871d6d1a47 (patch)
treea0a6d4764285736c7fd879e0516da8a90f537511 /gcc/gcc.c
parent1311c5c65fc86352b575fb1e5f7bc18a0cd1357f (diff)
downloadgcc-c26a6db811ab9dd1dd94c1b410cb93871d6d1a47.zip
gcc-c26a6db811ab9dd1dd94c1b410cb93871d6d1a47.tar.gz
gcc-c26a6db811ab9dd1dd94c1b410cb93871d6d1a47.tar.bz2
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
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index a911793..69e4f7f 100644
--- 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"},