Makefile-x86_64 353 B

1234567891011121314
  1. # Copyright 2003 - 2004 Pathscale, Inc
  2. # Released under the GPL
  3. libs-y += arch/um/sys-x86_64/
  4. START := 0x60000000
  5. #We #undef __x86_64__ for kernelspace, not for userspace where
  6. #it's needed for headers to work!
  7. CFLAGS += -U__$(SUBARCH)__ -fno-builtin
  8. USER_CFLAGS += -fno-builtin
  9. CHECKFLAGS += -m64
  10. ELF_ARCH := i386:x86-64
  11. ELF_FORMAT := elf64-x86-64