ps3av: dont distinguish between `boot' and `non-boot' autodetection
[linux-2.6/kvm.git] / arch / um / Makefile-x86_64
blob8a00e5f6934c84f5b2ee94e7312dba33a781d426
1 # Copyright 2003 - 2004 Pathscale, Inc
2 # Released under the GPL
4 core-y += arch/um/sys-x86_64/ arch/x86/crypto/
5 START := 0x60000000
7 _extra_flags_ = -fno-builtin -m64
9 #We #undef __x86_64__ for kernelspace, not for userspace where
10 #it's needed for headers to work!
11 ARCH_KERNEL_DEFINES = -U__$(SUBARCH)__
12 CFLAGS += $(_extra_flags_)
14 CHECKFLAGS  += -m64
15 AFLAGS += -m64
16 LDFLAGS += -m elf_x86_64
17 CPPFLAGS += -m64
19 ELF_ARCH := i386:x86-64
20 ELF_FORMAT := elf64-x86-64
21 HEADER_ARCH := x86
23 # Not on all 64-bit distros /lib is a symlink to /lib64. PLD is an example.
25 LINK-$(CONFIG_LD_SCRIPT_DYN) += -Wl,-rpath,/lib64
26 LINK-y += -m64