summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/eglibc/eglibc-2.15/x86_fenv.patch7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-2.15/x86_fenv.patch b/meta/recipes-core/eglibc/eglibc-2.15/x86_fenv.patch
index 40c1c4d67e..7193f98cb9 100644
--- a/meta/recipes-core/eglibc/eglibc-2.15/x86_fenv.patch
+++ b/meta/recipes-core/eglibc/eglibc-2.15/x86_fenv.patch
@@ -1,3 +1,10 @@
1Without this patch it fails to inline that function
2since we do not have __SSE_MATH__ in OE build.
3
4Signed-off-by: Khem Raj <raj.khem@gmail.com>
5
6Upstream-Status: Inappropriate [OE-specific]
7
1--- a/sysdeps/x86_64/fpu/bits/fenv.h 8--- a/sysdeps/x86_64/fpu/bits/fenv.h
2+++ b/sysdeps/x86_64/fpu/bits/fenv.h 9+++ b/sysdeps/x86_64/fpu/bits/fenv.h
3@@ -112,16 +112,24 @@ __NTH (feraiseexcept (int __excepts)) 10@@ -112,16 +112,24 @@ __NTH (feraiseexcept (int __excepts))