diff options
Diffstat (limited to 'gcc/config/i386/sol2-10.h')
-rw-r--r-- | gcc/config/i386/sol2-10.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gcc/config/i386/sol2-10.h b/gcc/config/i386/sol2-10.h index 04ae700fb07..bd3416c29b2 100644 --- a/gcc/config/i386/sol2-10.h +++ b/gcc/config/i386/sol2-10.h @@ -91,13 +91,8 @@ along with GCC; see the file COPYING3. If not see #define TARGET_SUBTARGET_DEFAULT \ (MASK_80387 | MASK_IEEE_FP | MASK_FLOAT_RETURNS) -#define SUBTARGET_OPTIMIZATION_OPTIONS \ - do \ - { \ - if (optimize >= 1) \ - target_flags |= MASK_OMIT_LEAF_FRAME_POINTER; \ - } \ - while (0) +#define SUBTARGET_OPTIMIZATION_OPTIONS \ + { OPT_LEVELS_1_PLUS, OPT_momit_leaf_frame_pointer, NULL, 1 } #define MULTILIB_DEFAULTS { "m32" } |