svn commit: trunk/busybox
landley at busybox.net
landley at busybox.net
Tue May 30 18:31:39 UTC 2006
Author: landley
Date: 2006-05-30 11:31:37 -0700 (Tue, 30 May 2006)
New Revision: 15240
Log:
Note about BB_NOMMU.
Modified:
trunk/busybox/TODO
Changeset:
Modified: trunk/busybox/TODO
===================================================================
--- trunk/busybox/TODO 2006-05-30 18:17:21 UTC (rev 15239)
+++ trunk/busybox/TODO 2006-05-30 18:31:37 UTC (rev 15240)
@@ -7,6 +7,8 @@
between your work and theirs. But otherwise, all of these are fair game.
Rob Landley <rob at landley.net>:
+ 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.
More information about the busybox-cvs
mailing list