diff options
Diffstat (limited to 'gcc/config/bfin/bfin.h')
-rw-r--r-- | gcc/config/bfin/bfin.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/config/bfin/bfin.h b/gcc/config/bfin/bfin.h index e6e2aae..037e5be 100644 --- a/gcc/config/bfin/bfin.h +++ b/gcc/config/bfin/bfin.h @@ -276,17 +276,6 @@ extern int target_flags; extern const char *bfin_library_id_string; -/* Sometimes certain combinations of command options do not make - sense on a particular target machine. You can define a macro - `OVERRIDE_OPTIONS' to take account of this. This macro, if - defined, is executed once just after all the command options have - been parsed. - - Don't use this macro to turn on various extra optimizations for - `-O'. That is what `OPTIMIZATION_OPTIONS' is for. */ - -#define OVERRIDE_OPTIONS override_options () - #define FUNCTION_MODE SImode #define Pmode SImode |