Commit b294a75e by Joseph Myers Committed by Joseph Myers

opts.c (finish_options): Set opts->x_flag_opts_finished to true, not false.

	* opts.c (finish_options): Set opts->x_flag_opts_finished to true,
	not false.

From-SVN: r168594
parent 96bdf9b4
2011-01-07 Joseph Myers <joseph@codesourcery.com>
* opts.c (finish_options): Set opts->x_flag_opts_finished to true,
not false.
2011-01-07 Jan Hubicka <jh@suse.cz>
* doc/invoke.texi: (-flto, -fuse-linker-plugin): Update defaults
......
......@@ -693,7 +693,7 @@ finish_options (struct gcc_options *opts, struct gcc_options *opts_set,
opts->x_flag_pic = opts->x_flag_pie;
if (opts->x_flag_pic && !opts->x_flag_pie)
opts->x_flag_shlib = 1;
opts->x_flag_opts_finished = false;
opts->x_flag_opts_finished = true;
}
if (opts->x_optimize == 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