Re: UML defconfig building failed again

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Al Viro <viro@...>, Sam Ravnborg <sam@...>, Linus Torvalds <torvalds@...>
Cc: WANG Cong <xiyou.wangcong@...>, LKML <linux-kernel@...>, <jdike@...>, <user-mode-linux-devel@...>
Date: Tuesday, November 6, 2007 - 12:02 pm

On Tue, Nov 06, 2007 at 02:11:43PM +0000, Al Viro wrote:

Yup, this fixes it:


     [AC]FLAGS -> KBUILD_[AC]FLAGS conversion in Makefile-i386.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
---
 arch/um/Makefile-i386 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/um/Makefile-i386 b/arch/um/Makefile-i386
index b01dfb0..6729011 100644
--- a/arch/um/Makefile-i386
+++ b/arch/um/Makefile-i386
@@ -22,8 +22,8 @@ export LDFLAGS HOSTCFLAGS HOSTLDFLAGS UML_OBJCOPYFLAGS
 endif
 endif
 
-CFLAGS			+= -DCONFIG_X86_32
-AFLAGS			+= -DCONFIG_X86_32
+KBUILD_CFLAGS		+= -DCONFIG_X86_32
+KBUILD_AFLAGS		+= -DCONFIG_X86_32
 CONFIG_X86_32		:= y
 export CONFIG_X86_32

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
UML defconfig building failed again, WANG Cong, (Tue Nov 6, 7:46 am)
Re: UML defconfig building failed again, Al Viro, (Tue Nov 6, 10:11 am)
Re: UML defconfig building failed again, Sam Ravnborg, (Tue Nov 6, 12:07 pm)
Re: UML defconfig building failed again, Jeff Dike, (Tue Nov 6, 12:02 pm)