Replace __uClinux__ define with !BB_MMU

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-02-21 05:17:41 +01:00
parent 7426920461
commit 153fcaa6c1
2 changed files with 4 additions and 4 deletions

View File

@@ -73,7 +73,7 @@
# define PIPE_BUF 4096 /* amount of buffering in a pipe */
#endif
#if defined(__uClinux__)
#if !BB_MMU
# error "Do not even bother, ash will not run on NOMMU machine"
#endif