diff options
author | Tom Tromey <tromey@gcc.gnu.org> | 1998-10-20 17:02:48 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 1998-10-20 17:02:48 +0000 |
commit | 645278bcacc3d0c8a0a8edfd60619bf496e5492b (patch) | |
tree | 3a35e72dcb6d3a1bf70d4b6d454b36f1ed2c7886 /gcc/gcc.c | |
parent | e0c13971dfc368280e833250074e0f6ebd4a7a29 (diff) | |
download | gcc-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"}, |