diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-11 17:18:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-11 17:18:57 +0200 |
commit | caf7cf1a9ceb76481bea92282e886cce420b07ff (patch) | |
tree | 452028468d49e94d20b5c7cdffad1065a98f52ce /toolchain/uclibc/patches/0.9.33.2/0008-disable-test-for-systems-without-FPU.patch | |
parent | 0bdeb3a8e7a5bf05dee49a8cf42701a51927ec15 (diff) |
remove already disabled uClibc support, fix wrong PKG_LIBC_DEPENDS
Diffstat (limited to 'toolchain/uclibc/patches/0.9.33.2/0008-disable-test-for-systems-without-FPU.patch')
-rw-r--r-- | toolchain/uclibc/patches/0.9.33.2/0008-disable-test-for-systems-without-FPU.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/toolchain/uclibc/patches/0.9.33.2/0008-disable-test-for-systems-without-FPU.patch b/toolchain/uclibc/patches/0.9.33.2/0008-disable-test-for-systems-without-FPU.patch deleted file mode 100644 index bf29909ef..000000000 --- a/toolchain/uclibc/patches/0.9.33.2/0008-disable-test-for-systems-without-FPU.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 012dfda4b27ad92edb6a9ea14e5ce4c5567d1c91 Mon Sep 17 00:00:00 2001 -From: Waldemar Brodkorb <wbx@uclibc-ng.org> -Date: Thu, 21 Aug 2014 22:04:59 +0200 -Subject: [PATCH 8/9] disable test for systems without FPU - -This test fails for systems without fpu. -For example m68k build for non-mmu/non-fpu systems fail. - -Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> ---- - test/math/Makefile.in | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/test/math/Makefile.in b/test/math/Makefile.in -index d241baa..147d579 100644 ---- a/test/math/Makefile.in -+++ b/test/math/Makefile.in -@@ -13,6 +13,9 @@ endif - ifeq ($(DO_C99_MATH),) - TESTS_DISABLED += test-float test-ifloat test-double test-idouble rint signgam ilogb - endif -+ifeq ($(UCLIBC_HAS_FPU),) -+TESTS_DISABLED += test-fpucw -+endif - - DODIFF_rint := 1 - DODIFF_signgam := 1 --- -1.8.5.2 (Apple Git-48) - |