diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-22 22:05:00 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-22 22:05:00 +0000 |
commit | cea94e58acf621723c4749e1cd4ae6ec5ceebeb4 (patch) | |
tree | 8826d70851922a008a0412609d3652d4828a7c8a /include | |
parent | 995e00a2bf5676081792c67ee316300d2246ae57 (diff) | |
download | busybox-w32-cea94e58acf621723c4749e1cd4ae6ec5ceebeb4.tar.gz busybox-w32-cea94e58acf621723c4749e1cd4ae6ec5ceebeb4.tar.bz2 busybox-w32-cea94e58acf621723c4749e1cd4ae6ec5ceebeb4.zip |
Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.mak
git-svn-id: svn://busybox.net/trunk/busybox@15483 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 f23d1fb0b..636c1a56c 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -174,7 +174,7 @@ typedef unsigned long long int uintmax_t; | |||
174 | /* uclibc does not implement daemon for no-mmu systems. | 174 | /* uclibc does not implement daemon for no-mmu systems. |
175 | * For 0.9.29 and svn, __ARCH_USE_MMU__ indicates no-mmu reliably. | 175 | * For 0.9.29 and svn, __ARCH_USE_MMU__ indicates no-mmu reliably. |
176 | * For earlier versions there is no reliable way to check if we are building | 176 | * For earlier versions there is no reliable way to check if we are building |
177 | * for a mmu-less system; the user should pass CFLAGS_EXTRA="-DBB_NOMMU" | 177 | * for a mmu-less system; the user should pass EXTRA_CFLAGS="-DBB_NOMMU" |
178 | * on his own. | 178 | * on his own. |
179 | */ | 179 | */ |
180 | #if defined __UCLIBC__ && __UCLIBC_MAJOR__ >= 0 && __UCLIBC_MINOR__ >= 9 && \ | 180 | #if defined __UCLIBC__ && __UCLIBC_MAJOR__ >= 0 && __UCLIBC_MINOR__ >= 9 && \ |