Commit 50cb2154 by Tom Tromey Committed by Tom Tromey

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

From-SVN: r52689
parent 736020b4
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.
......
......@@ -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},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment