diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-12-31 06:55:27 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-12-31 06:55:27 -0500 |
commit | 4f074454bb3b48ca84cac7d467858d54496e1a93 (patch) | |
tree | 26fdeec363667afd7fe1c8dfca60d9d636dade46 /gcc/config/romp | |
parent | b0f43a24b7806ab03e470fcd852e2a116c741e81 (diff) | |
download | gcc-4f074454bb3b48ca84cac7d467858d54496e1a93.zip gcc-4f074454bb3b48ca84cac7d467858d54496e1a93.tar.gz gcc-4f074454bb3b48ca84cac7d467858d54496e1a93.tar.bz2 |
Define CAN_DEBUG_WITHOUT_FP; delete OPTIMIZATION_OPTIONS.
From-SVN: r6348
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 */ |