OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / gcc / opts.c
index c30ff2e..07d7a23 100644 (file)
@@ -1473,8 +1473,8 @@ common_handle_option (size_t scode, const char *arg, int value,
       exit_after_options = true;
 
       /* Allow the target a chance to give the user some additional information.  */
-      if (targetm.target_help)
-       targetm.target_help ();
+      if (targetm.help)
+       targetm.help ();
       break;
 
     case OPT_fhelp_: