patches/gcc/4.4.4/100-alpha-mieee-default.patch
changeset 1953 a93af06e180d
child 2148 ada9128c98b8
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/gcc/4.4.4/100-alpha-mieee-default.patch	Sun May 16 19:41:53 2010 +0200
     1.3 @@ -0,0 +1,26 @@
     1.4 +diff -durN gcc-4.4.0.orig/gcc/config/alpha/alpha.h gcc-4.4.0/gcc/config/alpha/alpha.h
     1.5 +
     1.6 +diff -durN gcc-4.4.4.orig/gcc/config/alpha/alpha.h gcc-4.4.4/gcc/config/alpha/alpha.h
     1.7 +--- gcc-4.4.4.orig/gcc/config/alpha/alpha.h	2009-02-20 16:20:38.000000000 +0100
     1.8 ++++ gcc-4.4.4/gcc/config/alpha/alpha.h	2010-05-16 19:10:19.000000000 +0200
     1.9 +@@ -95,6 +95,8 @@
    1.10 +   while (0)
    1.11 + #endif
    1.12 + 
    1.13 ++#define CPP_SPEC "%{!no-ieee:-mieee}"
    1.14 ++
    1.15 + #define WORD_SWITCH_TAKES_ARG(STR)		\
    1.16 +  (!strcmp (STR, "rpath") || DEFAULT_WORD_SWITCH_TAKES_ARG(STR))
    1.17 + 
    1.18 +diff -durN gcc-4.4.4.orig/gcc/config/alpha/alpha.opt gcc-4.4.4/gcc/config/alpha/alpha.opt
    1.19 +--- gcc-4.4.4.orig/gcc/config/alpha/alpha.opt	2007-08-02 12:49:31.000000000 +0200
    1.20 ++++ gcc-4.4.4/gcc/config/alpha/alpha.opt	2010-05-16 19:10:19.000000000 +0200
    1.21 +@@ -39,7 +39,7 @@
    1.22 + Request IEEE-conformant math library routines (OSF/1)
    1.23 + 
    1.24 + mieee
    1.25 +-Target Report RejectNegative Mask(IEEE)
    1.26 ++Target Report Mask(IEEE)
    1.27 + Emit IEEE-conformant code, without inexact exceptions
    1.28 + 
    1.29 + mieee-with-inexact