diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-08-24 00:04:12 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-08-24 00:05:41 +0200 |
commit | 43dcf04a0a52886ab0e10e11efef9e08a59cbcbe (patch) | |
tree | 07f6d09c184b940fab6e1da539517e77b7452f4c /toolchain/uclibc/patches/0.9.34-git/0007-disable-test-for-non-MMU-systems.patch | |
parent | 714696cfac2e9b6c3a010275dfb9ee8b7f250fd7 (diff) |
refresh patchset, disable wcsftime test, not implemented in uClibc
Diffstat (limited to 'toolchain/uclibc/patches/0.9.34-git/0007-disable-test-for-non-MMU-systems.patch')
-rw-r--r-- | toolchain/uclibc/patches/0.9.34-git/0007-disable-test-for-non-MMU-systems.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 index b21cffbd3..2be29b248 100644 --- 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 @@ -1,7 +1,7 @@ From 325f778f3bbb1b13c436e7754dd22097d31c04d2 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb <wbx@uclibc-ng.org> Date: Thu, 21 Aug 2014 22:02:26 +0200 -Subject: [PATCH 7/9] disable test for non-MMU systems +Subject: [PATCH 07/10] disable test for non-MMU systems This test fails for non-MMU systems, because it uses fork() |