Commit 0da8af8f by Michael Meissner

Set -malign-loops= default to 2.

From-SVN: r9648
parent b08de47e
...@@ -161,7 +161,7 @@ override_options () ...@@ -161,7 +161,7 @@ override_options ()
i386_align_loops, MAX_CODE_ALIGN); i386_align_loops, MAX_CODE_ALIGN);
} }
else else
i386_align_loops = def_align; i386_align_loops = 2;
/* Validate -malign-jumps= value, or provide default */ /* Validate -malign-jumps= value, or provide default */
if (i386_align_jumps_string) if (i386_align_jumps_string)
......
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