* gcc.c: Added --resource. For PR java/6314.

From-SVN: r52689
This commit is contained in:
Tom Tromey 2002-04-23 22:57:16 +00:00 committed by Tom Tromey
parent 736020b4a7
commit 50cb21547b
2 changed files with 5 additions and 0 deletions

View 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.

View File

@ -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},