* gcc.c: Added --resource. For PR java/6314.
authorTom Tromey <tromey@redhat.com>
Tue, 23 Apr 2002 22:57:16 +0000 (22:57 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 23 Apr 2002 22:57:16 +0000 (22:57 +0000)
From-SVN: r52689

gcc/ChangeLog
gcc/gcc.c

index 465a640b12bdf5a6b71e4ab1eec2a6b7c86349f2..0e60220951c4749c037ba5d56f52db880aec4fad 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-23  Tom Tromey  <tromey@redhat.com>
+
+       * gcc.c: Added --resource.  For PR java/6314.
+
 2002-04-23  David O'Brien  <obrien@FreeBSD.org>
 
        * cp/g++spec.c: Use profiled libstdc++ and libm with -p/-pg.
index 8e0106cdb5db7cf34d474bd75a85924835e9fa09..d792e34771593a812934003696eb18b72eb3642b 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -966,6 +966,7 @@ static const struct option_map option_map[] =
    {"--profile", "-p", 0},
    {"--profile-blocks", "-a", 0},
    {"--quiet", "-q", 0},
+   {"--resource", "-fcompile-resource=", "aj"},
    {"--save-temps", "-save-temps", 0},
    {"--shared", "-shared", 0},
    {"--silent", "-q", 0},