123456789101112131415161718 |
- $OpenBSD: patch-gcc_config_alpha_alpha_opt,v 1.1.1.1 2011/11/14 13:00:57 pascal Exp $
- --- gcc/config/alpha/alpha.opt.orig Sat Nov 12 13:25:53 2011
- +++ gcc/config/alpha/alpha.opt Sat Nov 12 13:27:07 2011
- @@ -42,8 +42,13 @@ mieee
- Target Report RejectNegative Mask(IEEE)
- Emit IEEE-conformant code, without inexact exceptions
-
- +mno-ieee
- +Target Report RejectNegative InverseMask(IEEE)
- +Emit non-IEEE-conformant code
- +
- mieee-with-inexact
- Target Report RejectNegative Mask(IEEE_WITH_INEXACT)
- +Emit IEEE-conformant code, with inexact exceptions
-
- mbuild-constants
- Target Report Mask(BUILD_CONSTANTS)
|