From 4f074454bb3b48ca84cac7d467858d54496e1a93 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 31 Dec 1993 06:55:27 -0500 Subject: Define CAN_DEBUG_WITHOUT_FP; delete OPTIMIZATION_OPTIONS. From-SVN: r6348 --- gcc/config/romp/romp.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'gcc/config/romp') 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 */ -- cgit v1.1