Commit cd0059f5 by Janis Johnson Committed by Janis Johnson

* lib/target-supports.exp

	(check_effective_target_arm_v8_neon_ok_nocache): Add
	"-march-armv8-a" to compile flags.

From-SVN: r214198
parent a90c614a
2014-08-19 Janis Johnson <janisjo@codesourcery.com>
* lib/target-supports.exp
(check_effective_target_arm_v8_neon_ok_nocache): Add
"-march-armv8-a" to compile flags.
2014-08-19 Marek Polacek <polacek@redhat.com>
PR c++/62153
......
......@@ -2587,7 +2587,7 @@ proc check_effective_target_arm_v8_neon_ok_nocache { } {
{
__asm__ volatile ("vrintn.f32 q0, q0");
}
} "$flags"] } {
} "$flags -march=armv8-a"] } {
set et_arm_v8_neon_flags $flags
return 1
}
......
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