Commit 256f27ac by Jim Wilson

(OPTIMIZATION_OPTIONS): Use |=, not &= to set -mpgopt.

From-SVN: r5120
parent 377b7761
......@@ -484,7 +484,7 @@ while (0)
{ \
flag_omit_frame_pointer = TRUE; \
flag_schedule_insns_after_reload = TRUE; \
target_flags &= MASK_GPOPT; \
target_flags |= MASK_GPOPT; \
} \
}
......
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