Commit 9c1fcbfb by Mark Elbrecht Committed by DJ Delorie

* gcc.c (process_command): Set switches[n_switches].ordering to 0.

From-SVN: r38834
parent e582248c
2001-01-09 Mark Elbrecht <snowball3@bigfoot.com>
* gcc.c (process_command): Set switches[n_switches].ordering to 0.
2001-01-09 Neil Booth <neil@daikokuya.demon.co.uk>
* cppinit.c (OPT_MD, OPT_MMD): Restore.
......
......@@ -3774,6 +3774,7 @@ process_command (argc, argv)
switches[n_switches].live_cond = SWITCH_OK;
switches[n_switches].validated = 0;
switches[n_switches].ordering = 0;
/* These are always valid, since gcc.c itself understands it. */
if (!strcmp (p, "save-temps")
|| !strcmp (p, "static-libgcc")
......
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