From: Jeff Dike <[EMAIL PROTECTED]> Forgot to use ARCH_USER_CFLAGS after defining it for x86_64.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]> --- 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,) _ ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ User-mode-linux-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
