Commit a7448bdf by Rainer Orth Committed by Rainer Orth

Include all x86 targets in branch_cost effective target

	* lib/target-supports.exp (check_effective_target_branch_cost):
	Accept all x86 targets.

From-SVN: r256567
parent 53b73588
2018-01-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* lib/target-supports.exp (check_effective_target_branch_cost):
Accept all x86 targets.
2018-01-12 Martin Liska <mliska@suse.cz>
PR ipa/83054
......
......@@ -8647,7 +8647,7 @@ proc check_effective_target_branch_cost {} {
|| [istarget avr*-*-*]
|| [istarget epiphany*-*-*]
|| [istarget frv*-*-*]
|| [istarget i?86-*-linux*] || [istarget x86_64-*-linux*]
|| [istarget i?86-*-*] || [istarget x86_64-*-*]
|| [istarget mips*-*-*]
|| [istarget s390*-*-*]
|| [istarget riscv*-*-*]
......
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