[PATCH] uml: tidy longjmp macro
[deliverable/linux.git] / arch / um / Makefile-x86_64
CommitLineData
1da177e4
LT
1# Copyright 2003 - 2004 Pathscale, Inc
2# Released under the GPL
3
de2fe5e0 4core-y += arch/um/sys-x86_64/
1da177e4
LT
5START := 0x60000000
6
20d00213
PBG
7#We #undef __x86_64__ for kernelspace, not for userspace where
8#it's needed for headers to work!
ff23db53
JD
9CFLAGS += -U__$(SUBARCH)__ -fno-builtin -m64
10USER_CFLAGS += -fno-builtin -m64
2624f124 11CHECKFLAGS += -m64
ff23db53
JD
12AFLAGS += -m64
13LDFLAGS += -m elf_x86_64
1da177e4
LT
14
15ELF_ARCH := i386:x86-64
16ELF_FORMAT := elf64-x86-64
53c0b59d
RL
17
18# Not on all 64-bit distros /lib is a symlink to /lib64. PLD is an example.
19
20LINK-$(CONFIG_LD_SCRIPT_DYN) += -Wl,-rpath,/lib64
ff23db53 21LINK-y += -m64
This page took 0.147937 seconds and 5 git commands to generate.