diff options
author | viro@ZenIV.linux.org.uk <viro@ZenIV.linux.org.uk> | 2005-09-09 18:14:12 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-09 19:31:58 +0200 |
commit | 2624f124b3b5d550ab2fbef7ee3bc0e1fed09722 (patch) | |
tree | 797db769b24e29d17f8412d8b7e3e4afafc794b1 /arch/um/Makefile-x86_64 | |
parent | [PATCH] gratuitous includes of asm/serial.h (diff) | |
download | linux-2624f124b3b5d550ab2fbef7ee3bc0e1fed09722.tar.xz linux-2624f124b3b5d550ab2fbef7ee3bc0e1fed09722.zip |
[PATCH] sparse on uml (infrastructure bits)
Passes -m64 to sparse on uml/amd64, tells sparse to stay out of
USER_OBJS.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/um/Makefile-x86_64')
-rw-r--r-- | arch/um/Makefile-x86_64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/Makefile-x86_64 b/arch/um/Makefile-x86_64 index baddb5d64ca5..436abbba409b 100644 --- a/arch/um/Makefile-x86_64 +++ b/arch/um/Makefile-x86_64 @@ -8,6 +8,7 @@ START := 0x60000000 #it's needed for headers to work! CFLAGS += -U__$(SUBARCH)__ -fno-builtin USER_CFLAGS += -fno-builtin +CHECKFLAGS += -m64 ELF_ARCH := i386:x86-64 ELF_FORMAT := elf64-x86-64 |