diff options
author | Rob Landley | 2006-06-22 22:05:00 +0000 |
---|---|---|
committer | Rob Landley | 2006-06-22 22:05:00 +0000 |
commit | 1fa4a9448b4909fb6baf9953c14760f588b680bc (patch) | |
tree | 8826d70851922a008a0412609d3652d4828a7c8a /include | |
parent | 67d49433930b2e2e9b5af54ebaca072a7b1b4eaa (diff) | |
download | busybox-1fa4a9448b4909fb6baf9953c14760f588b680bc.zip busybox-1fa4a9448b4909fb6baf9953c14760f588b680bc.tar.gz |
Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.mak
Diffstat (limited to 'include')
-rw-r--r-- | include/platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/platform.h b/include/platform.h index f23d1fb..636c1a5 100644 --- a/include/platform.h +++ b/include/platform.h @@ -174,7 +174,7 @@ typedef unsigned long long int uintmax_t; /* 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 CFLAGS_EXTRA="-DBB_NOMMU" + * for a mmu-less system; the user should pass EXTRA_CFLAGS="-DBB_NOMMU" * on his own. */ #if defined __UCLIBC__ && __UCLIBC_MAJOR__ >= 0 && __UCLIBC_MINOR__ >= 9 && \ |