diff options
Diffstat (limited to 'gcc/config/romp')
-rw-r--r-- | gcc/config/romp/romp.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/config/romp/romp.h b/gcc/config/romp/romp.h index 504efa4..721058a 100644 --- a/gcc/config/romp/romp.h +++ b/gcc/config/romp/romp.h @@ -69,20 +69,6 @@ extern int target_flags; { "", TARGET_DEFAULT}} #define TARGET_DEFAULT 3 - -/* Define this to change the optimizations performed by default. - - This used to depend on the value of write_symbols, - but that is contrary to the general plan for GCC options. */ - -#define OPTIMIZATION_OPTIONS(LEVEL) \ -{ \ - if ((LEVEL) > 0) \ - { \ - flag_force_addr = 1; \ - flag_force_mem = 1; \ - } \ -} /* target machine storage layout */ |