Commit 2679ab00 by Kaveh R. Ghazi Committed by Kaveh Ghazi

target-supports.exp (check_effective_target_mpc_pow): Fix typo in cache name.

	* lib/target-supports.exp (check_effective_target_mpc_pow): Fix
	typo in cache name.

From-SVN: r150851
parent dfe6ba6d
2009-08-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* lib/target-supports.exp (check_effective_target_mpc_pow): Fix
typo in cache name.
2009-08-17 Jerry DeLisle <jvdelisle@gcc.gnu.org> 2009-08-17 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/41075 PR fortran/41075
......
...@@ -3081,7 +3081,7 @@ proc check_effective_target_mpc { } { ...@@ -3081,7 +3081,7 @@ proc check_effective_target_mpc { } {
# Return 1 if the MPC library with mpc_pow is integrated with GCC, 0 otherwise. # Return 1 if the MPC library with mpc_pow is integrated with GCC, 0 otherwise.
proc check_effective_target_mpc_pow { } { proc check_effective_target_mpc_pow { } {
return [check_no_compiler_messages mpc executable { return [check_no_compiler_messages mpc_pow executable {
extern void link_error(void); extern void link_error(void);
int main () int main ()
{ {
......
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