diff options
Diffstat (limited to 'Toolchain/Patches/gcc/0005-i386-Disable-math-errno-for-SerenityOS.patch')
-rw-r--r-- | Toolchain/Patches/gcc/0005-i386-Disable-math-errno-for-SerenityOS.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Toolchain/Patches/gcc/0005-i386-Disable-math-errno-for-SerenityOS.patch b/Toolchain/Patches/gcc/0005-i386-Disable-math-errno-for-SerenityOS.patch index ca550a63ae..3dbe89128a 100644 --- a/Toolchain/Patches/gcc/0005-i386-Disable-math-errno-for-SerenityOS.patch +++ b/Toolchain/Patches/gcc/0005-i386-Disable-math-errno-for-SerenityOS.patch @@ -11,10 +11,10 @@ has the effect of setting -fno-math-errno by default. 1 file changed, 4 insertions(+) diff --git a/gcc/common/config/i386/i386-common.cc b/gcc/common/config/i386/i386-common.cc -index 07fdd045f3032a445a0be45fa62eab9636c3ce2f..6e241956311fbcee3d7e04c7a30f4b73cd61877f 100644 +index d90c558311bb4fab0821faaf07c27d21c5a7ec64..defb2e650250441b22664065dceb80c6cb8bbb9b 100644 --- a/gcc/common/config/i386/i386-common.cc +++ b/gcc/common/config/i386/i386-common.cc -@@ -1707,6 +1707,10 @@ ix86_option_init_struct (struct gcc_options *opts) +@@ -1854,6 +1854,10 @@ ix86_option_init_struct (struct gcc_options *opts) avoid calling them when that's the only reason we would. */ opts->x_flag_errno_math = 0; |