g77spec.c (lang_specific_driver): Return unmolested command line when --help seen.
P * g77spec.c (lang_specific_driver): Return unmolested command line when --help seen. Comment out code that printed g77-specific --help info. From-SVN: r21332
This commit is contained in:
parent
90059ae12e
commit
bdb2fe90a5
@ -397,6 +397,11 @@ or type the command `info -f g77 Copying'.\n\
|
||||
break;
|
||||
|
||||
case OPTION_help:
|
||||
/* Let gcc.c handle this, as the egcs version has a really
|
||||
cool facility for handling --help and --verbose --help. */
|
||||
return;
|
||||
|
||||
#if 0
|
||||
printf ("\
|
||||
Usage: g77 [OPTION]... FORTRAN-SOURCE...\n\
|
||||
\n\
|
||||
@ -425,6 +430,7 @@ and `info -f gcc' to read the Info documentation.\n\
|
||||
Report bugs to <egcs-bugs@cygnus.org>.\n");
|
||||
exit (0);
|
||||
break;
|
||||
#endif
|
||||
|
||||
case OPTION_driver:
|
||||
(*fn) ("--driver no longer supported", argv[i]);
|
||||
|
Loading…
Reference in New Issue
Block a user