target-supports.exp (check_effective_target_mpc_pow): Fix typo in cache name.
[gcc.git] / gcc / testsuite / lib / target-supports.exp
index e2fef1894e81e990259479b237a2d53038620add..27300b39c9c64900274afc6b1fbd633755dbe670 100644 (file)
@@ -3081,7 +3081,7 @@ proc check_effective_target_mpc { } {
 # Return 1 if the MPC library with mpc_pow is integrated with GCC, 0 otherwise.
 
 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);
        int main ()
        {