(OPTIMIZATION_OPTIONS): Use |=, not &= to set -mpgopt.
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 9 Aug 1993 19:29:28 +0000 (12:29 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 9 Aug 1993 19:29:28 +0000 (12:29 -0700)
From-SVN: r5120

gcc/config/mips/mips.h

index ed9ea47c896d28c3659d00599424b0b3882fe2b1..46742125dae5bbd0d16c3df4849bf8dca56f3933 100644 (file)
@@ -484,7 +484,7 @@ while (0)
     {                                                                  \
       flag_omit_frame_pointer         = TRUE;                          \
       flag_schedule_insns_after_reload = TRUE;                         \
-      target_flags &= MASK_GPOPT;                                      \
+      target_flags |= MASK_GPOPT;                                      \
     }                                                                  \
 }
 \f