From 1fa4a9448b4909fb6baf9953c14760f588b680bc Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 22 Jun 2006 22:05:00 +0000 Subject: Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.mak --- include/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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; /* 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 && \ -- cgit v1.2.3