From e08bf157776a3cdfffa885b41874107c6a060444 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 28 Aug 2014 15:04:02 +0200 Subject: sync with latest uClibc patchset, most is applied upstream --- .../0007-disable-test-for-non-MMU-systems.patch | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 toolchain/uclibc/patches/0.9.34-git/0007-disable-test-for-non-MMU-systems.patch (limited to 'toolchain/uclibc/patches/0.9.34-git/0007-disable-test-for-non-MMU-systems.patch') diff --git a/toolchain/uclibc/patches/0.9.34-git/0007-disable-test-for-non-MMU-systems.patch b/toolchain/uclibc/patches/0.9.34-git/0007-disable-test-for-non-MMU-systems.patch deleted file mode 100644 index 3101a2e9e..000000000 --- a/toolchain/uclibc/patches/0.9.34-git/0007-disable-test-for-non-MMU-systems.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 325f778f3bbb1b13c436e7754dd22097d31c04d2 Mon Sep 17 00:00:00 2001 -From: Waldemar Brodkorb -Date: Thu, 21 Aug 2014 22:02:26 +0200 -Subject: [PATCH 07/11] disable test for non-MMU systems - -This test fails for non-MMU systems, because it uses fork() - -Signed-off-by: Waldemar Brodkorb ---- - test/Makefile | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/test/Makefile b/test/Makefile -index 787c530..d51bb62 100644 ---- a/test/Makefile -+++ b/test/Makefile -@@ -42,6 +42,10 @@ endif - ifeq ($(HAS_NO_THREADS),y) - DIRS := $(filter-out pthread,$(DIRS)) - endif -+# librt test needs fork() -+ifneq ($(ARCH_USE_MMU),y) -+ DIRS := $(filter-out librt,$(DIRS)) -+endif - - test check all: run - --- -1.8.5.2 (Apple Git-48) - -- cgit v1.2.3