[PATCH] uml: fix dynamic linking on some 64-bit distros
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / um / Makefile-x86_64
CommitLineData
1da177e4
LT
1# Copyright 2003 - 2004 Pathscale, Inc
2# Released under the GPL
3
20d00213 4libs-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!
30f7dabb 9CFLAGS += -U__$(SUBARCH)__ -fno-builtin
20d00213 10USER_CFLAGS += -fno-builtin
2624f124 11CHECKFLAGS += -m64
1da177e4
LT
12
13ELF_ARCH := i386:x86-64
14ELF_FORMAT := elf64-x86-64
53c0b59d
RL
15
16# Not on all 64-bit distros /lib is a symlink to /lib64. PLD is an example.
17
18LINK-$(CONFIG_LD_SCRIPT_DYN) += -Wl,-rpath,/lib64