summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc-2.15/glibc.no_sqrt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc-2.15/glibc.no_sqrt.patch')
-rw-r--r--meta/recipes-core/eglibc/eglibc-2.15/glibc.no_sqrt.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-2.15/glibc.no_sqrt.patch b/meta/recipes-core/eglibc/eglibc-2.15/glibc.no_sqrt.patch
new file mode 100644
index 0000000000..7f5136e3dd
--- /dev/null
+++ b/meta/recipes-core/eglibc/eglibc-2.15/glibc.no_sqrt.patch
@@ -0,0 +1,15 @@
1Upstream-Status: Pending
2
3People are working to include this fixes upstream
4
5--- libc/sysdeps/powerpc/fpu/math_private.h-orig 2012-07-10 13:23:19.373254002 -0500
6+++ libc/sysdeps/powerpc/fpu/math_private.h 2012-07-10 13:23:46.058254001 -0500
7@@ -27,7 +27,7 @@
8
9 #include <math/math_private.h>
10
11-# if __WORDSIZE == 64 || defined _ARCH_PWR4
12+# if 0
13 # define __CPU_HAS_FSQRT 1
14
15 #ifndef __ieee754_sqrt