projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
314820e
)
comment fix
author
Denis Vlasenko
<vda.linux@googlemail.com>
Thu, 24 Jan 2008 01:33:42 +0000
(
01:33
-0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Thu, 24 Jan 2008 01:33:42 +0000
(
01:33
-0000)
include/platform.h
patch
|
blob
|
history
diff --git
a/include/platform.h
b/include/platform.h
index 4c38c6ae4675ef96fe817b32ef12e04578401d3b..1706de0bf201298892b07624ebb5ce2b8892c506 100644
(file)
--- a/
include/platform.h
+++ b/
include/platform.h
@@
-228,8
+228,7
@@
typedef unsigned smalluint;
/* uclibc does not implement daemon() for no-mmu systems.
* For 0.9.29 and svn, __ARCH_USE_MMU__ indicates no-mmu reliably.
* For earlier versions there is no reliable way to check if we are building
- * for a mmu-less system; the user should pass EXTRA_CFLAGS="-DBB_NOMMU"
- * on his own.
+ * for a mmu-less system.
*/
#if ENABLE_NOMMU || \
(defined __UCLIBC__ && __UCLIBC_MAJOR__ >= 0 && __UCLIBC_MINOR__ >= 9 && \