Commit 1e529a73 by James E Wilson Committed by Jim Wilson

Fix problem noticed while looking at PR 12564.

* gcc.c (option_map): Delete --target and --use-version.

From-SVN: r72862
parent 60aa9fc3
2003-10-23 James E Wilson <wilson@specifixinc.com>
* gcc.c (option_map): Delete --target and --use-version.
2003-10-23 Fariborz Jahanian <fjahanian@apple.com>
David Edelsohn <edelsohn@gnu.org>
......
......@@ -1068,14 +1068,12 @@ static const struct option_map option_map[] =
{"--static", "-static", 0},
{"--std", "-std=", "aj"},
{"--symbolic", "-symbolic", 0},
{"--target", "-b", "a"},
{"--time", "-time", 0},
{"--trace-includes", "-H", 0},
{"--traditional", "-traditional", 0},
{"--traditional-cpp", "-traditional-cpp", 0},
{"--trigraphs", "-trigraphs", 0},
{"--undefine-macro", "-U", "aj"},
{"--use-version", "-V", "a"},
{"--user-dependencies", "-MM", 0},
{"--verbose", "-v", 0},
{"--warn-", "-W", "*j"},
......
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