* lib/target-supports.exp
(check_effective_target_vect_cmdline_neeed): Add AArch64 to the list
of targets that do not need command line argument to enable SIMD.
From-SVN: r204745
+2013-11-13 Cesar Philippidis <cesar@codesourcery.com>
+
+ * lib/target-supports.exp
+ (check_effective_target_vect_cmdline_neeed): Add AArch64 to the list
+ of targets that do not need command line argument to enable SIMD.
+
2013-11-13 Eric Botcazou <ebotcazou@adacore.com>
* gcc.dg/guality/param-4.c: New test.
|| [check_effective_target_powerpc_altivec]))
|| ([istarget sparc*-*-*] && [check_effective_target_sparc_vis])
|| [istarget spu-*-*]
- || ([istarget arm*-*-*] && [check_effective_target_arm_neon]) } {
+ || ([istarget arm*-*-*] && [check_effective_target_arm_neon])
+ || [istarget aarch64*-*-*] } {
set et_vect_cmdline_needed_saved 0
}
}