2005-04-16 22:20:36 +00:00
|
|
|
# Copyright 2003 - 2004 Pathscale, Inc
|
|
|
|
# Released under the GPL
|
|
|
|
|
2005-07-14 07:33:43 +00:00
|
|
|
libs-y += arch/um/sys-x86_64/
|
2005-04-16 22:20:36 +00:00
|
|
|
START := 0x60000000
|
|
|
|
|
2005-07-14 07:33:43 +00:00
|
|
|
#We #undef __x86_64__ for kernelspace, not for userspace where
|
|
|
|
#it's needed for headers to work!
|
2005-09-03 22:57:43 +00:00
|
|
|
CFLAGS += -U__$(SUBARCH)__ -fno-builtin
|
2005-07-14 07:33:43 +00:00
|
|
|
USER_CFLAGS += -fno-builtin
|
2005-09-09 16:14:12 +00:00
|
|
|
CHECKFLAGS += -m64
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
ELF_ARCH := i386:x86-64
|
|
|
|
ELF_FORMAT := elf64-x86-64
|
2005-12-18 16:50:35 +00:00
|
|
|
|
|
|
|
# Not on all 64-bit distros /lib is a symlink to /lib64. PLD is an example.
|
|
|
|
|
|
|
|
LINK-$(CONFIG_LD_SCRIPT_DYN) += -Wl,-rpath,/lib64
|