aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@gcc.gnu.org>1998-10-20 17:02:48 +0000
committerTom Tromey <tromey@gcc.gnu.org>1998-10-20 17:02:48 +0000
commit645278bcacc3d0c8a0a8edfd60619bf496e5492b (patch)
tree3a35e72dcb6d3a1bf70d4b6d454b36f1ed2c7886 /gcc/gcc.c
parente0c13971dfc368280e833250074e0f6ebd4a7a29 (diff)
downloadgcc-645278bcacc3d0c8a0a8edfd60619bf496e5492b.zip
gcc-645278bcacc3d0c8a0a8edfd60619bf496e5492b.tar.gz
gcc-645278bcacc3d0c8a0a8edfd60619bf496e5492b.tar.bz2
* gcc.c (option_map): Added --classpath and --CLASSPATH.
From-SVN: r23203
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 47a2362..1e95b04 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -852,6 +852,8 @@ struct option_map option_map[] =
{"--ansi", "-ansi", 0},
{"--assemble", "-S", 0},
{"--assert", "-A", "a"},
+ {"--classpath", "-fclasspath=", "aj"},
+ {"--CLASSPATH", "-fCLASSPATH=", "aj"},
{"--comments", "-C", 0},
{"--compile", "-c", 0},
{"--debug", "-g", "oj"},