From: Rob Landley Date: Tue, 30 May 2006 18:31:37 +0000 (-0000) Subject: Note about BB_NOMMU. X-Git-Tag: 1_2_0~258 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b146e65ade645c7e870b37d35972aff89ca2138;p=platform%2Fupstream%2Fbusybox.git Note about BB_NOMMU. --- diff --git a/TODO b/TODO index b75cec4..8f8c294 100644 --- a/TODO +++ b/TODO @@ -7,6 +7,8 @@ have any suggestions how they plan to go about it, and to minimize conflicts between your work and theirs. But otherwise, all of these are fair game. Rob Landley : + Add BB_NOMMU to platform.h and migrate __uClinux__ tests to that. + #if defined __UCLIBC__ && !defined __ARCH_USE_MMU__ Add a libbb/platform.c Implement fdprintf() for platforms that haven't got one. Implement bb_realpath() that can handle NULL on non-glibc.