patch-gcc_config_alpha_alpha_opt 600 B

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