diff options
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c index 03959471bae..cb2e47bc40b 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -3310,7 +3310,6 @@ process_command (argc, argv) n_infiles++; n_switches++; - add_preprocessor_option ("--help", 6); add_assembler_option ("--help", 6); add_linker_option ("--help", 6); } @@ -3323,7 +3322,6 @@ process_command (argc, argv) n_infiles++; n_switches++; - add_preprocessor_option ("--target-help", 13); add_assembler_option ("--target-help", 13); add_linker_option ("--target-help", 13); } |