Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
[pandora-kernel.git] / arch / um / Makefile-x86_64
1 # Copyright 2003 - 2004 Pathscale, Inc
2 # Released under the GPL
3
4 core-y += arch/um/sys-x86_64/
5 START := 0x60000000
6
7 #We #undef __x86_64__ for kernelspace, not for userspace where
8 #it's needed for headers to work!
9 CFLAGS += -U__$(SUBARCH)__ -fno-builtin -m64
10 USER_CFLAGS += -fno-builtin -m64
11 CHECKFLAGS  += -m64
12 AFLAGS += -m64
13 LDFLAGS += -m elf_x86_64
14
15 ELF_ARCH := i386:x86-64
16 ELF_FORMAT := elf64-x86-64
17
18 # Not on all 64-bit distros /lib is a symlink to /lib64. PLD is an example.
19
20 LINK-$(CONFIG_LD_SCRIPT_DYN) += -Wl,-rpath,/lib64
21 LINK-y += -m64