summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/uclibc/uclibc-git/uclibc_enable_log2_test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/uclibc/uclibc-git/uclibc_enable_log2_test.patch')
-rw-r--r--meta/recipes-core/uclibc/uclibc-git/uclibc_enable_log2_test.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-core/uclibc/uclibc-git/uclibc_enable_log2_test.patch b/meta/recipes-core/uclibc/uclibc-git/uclibc_enable_log2_test.patch
new file mode 100644
index 0000000000..f8f3a7d1aa
--- /dev/null
+++ b/meta/recipes-core/uclibc/uclibc-git/uclibc_enable_log2_test.patch
@@ -0,0 +1,30 @@
1Index: uClibc/test/math/libm-test.inc
2===================================================================
3--- uClibc/test/math/libm-test.inc (revision 23784)
4+++ uClibc/test/math/libm-test.inc (working copy)
5@@ -3414,7 +3414,6 @@
6 }
7
8
9-#if 0
10 static void
11 log2_test (void)
12 {
13@@ -3444,7 +3443,6 @@
14
15 END (log2);
16 }
17-#endif
18
19
20 static void
21@@ -4967,9 +4965,7 @@
22 log_test ();
23 log10_test ();
24 log1p_test ();
25-#if 0
26 log2_test ();
27-#endif
28 logb_test ();
29 modf_test ();
30 ilogb_test ();