diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-30 18:31:37 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-30 18:31:37 +0000 |
commit | 1f45989d78bb35252fd0050c3e1ef3269e232f71 (patch) | |
tree | 283374c21d769a9d3e277c1efb1727d84c1399a9 | |
parent | 5a5dd258967e416ff396c9b312c6e82cfd5edc99 (diff) | |
download | busybox-w32-1f45989d78bb35252fd0050c3e1ef3269e232f71.tar.gz busybox-w32-1f45989d78bb35252fd0050c3e1ef3269e232f71.tar.bz2 busybox-w32-1f45989d78bb35252fd0050c3e1ef3269e232f71.zip |
Note about BB_NOMMU.
git-svn-id: svn://busybox.net/trunk/busybox@15240 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ have any suggestions how they plan to go about it, and to minimize conflicts | |||
7 | between your work and theirs. But otherwise, all of these are fair game. | 7 | between your work and theirs. But otherwise, all of these are fair game. |
8 | 8 | ||
9 | Rob Landley <rob@landley.net>: | 9 | Rob Landley <rob@landley.net>: |
10 | Add BB_NOMMU to platform.h and migrate __uClinux__ tests to that. | ||
11 | #if defined __UCLIBC__ && !defined __ARCH_USE_MMU__ | ||
10 | Add a libbb/platform.c | 12 | Add a libbb/platform.c |
11 | Implement fdprintf() for platforms that haven't got one. | 13 | Implement fdprintf() for platforms that haven't got one. |
12 | Implement bb_realpath() that can handle NULL on non-glibc. | 14 | Implement bb_realpath() that can handle NULL on non-glibc. |