public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 8/8] uml: fix x86_64 submode compilation [before 2.6.11]
@ 2005-02-04 18:35 blaisorblade
  0 siblings, 0 replies; only message in thread
From: blaisorblade @ 2005-02-04 18:35 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, jdike, user-mode-linux-devel, blaisorblade


From: Jeff Dike <jdike@addtoit.com>

Forgot to use ARCH_USER_CFLAGS after defining it for x86_64.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
---

 linux-2.6.11-paolo/arch/um/Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/um/Makefile~uml-x86_64-fixes arch/um/Makefile
--- linux-2.6.11/arch/um/Makefile~uml-x86_64-fixes	2005-02-04 07:41:07.673156760 +0100
+++ linux-2.6.11-paolo/arch/um/Makefile	2005-02-04 07:41:07.727148552 +0100
@@ -58,7 +58,7 @@ CFLAGS += $(CFLAGS-y) -D__arch_um__ -DSU
 
 USER_CFLAGS := $(patsubst -I%,,$(CFLAGS))
 USER_CFLAGS := $(patsubst -D__KERNEL__,,$(USER_CFLAGS)) $(ARCH_INCLUDE) \
-	$(MODE_INCLUDE)
+	$(MODE_INCLUDE) $(ARCH_USER_CFLAGS)
 CFLAGS += -Derrno=kernel_errno -Dsigprocmask=kernel_sigprocmask
 CFLAGS += $(call cc-option,-fno-unit-at-a-time,)
 
_

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-02-04 20:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-04 18:35 [patch 8/8] uml: fix x86_64 submode compilation [before 2.6.11] blaisorblade

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox