diff options
Diffstat (limited to 'gcc/config/rs6000/darwin.opt')
-rw-r--r-- | gcc/config/rs6000/darwin.opt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/darwin.opt b/gcc/config/rs6000/darwin.opt index 3787511b660..2abba3482f7 100644 --- a/gcc/config/rs6000/darwin.opt +++ b/gcc/config/rs6000/darwin.opt @@ -34,9 +34,9 @@ findirect-data Driver RejectNegative Alias(mfix-and-continue) m64 -Target RejectNegative Negative(m32) Mask(64BIT) +Target RejectNegative Negative(m32) Mask(64BIT) Var(rs6000_isa_flags) Generate 64-bit code m32 -Target RejectNegative Negative(m64) InverseMask(64BIT) +Target RejectNegative Negative(m64) InverseMask(64BIT) Var(rs6000_isa_flags) Generate 32-bit code |