Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

linux-x86-64 267B

1234567891011121314
  1. # Configuration for Linux for 64-bit X86 (Opteron)
  2. include $(TOP)/configs/linux
  3. CONFIG_NAME = linux-x86-64
  4. ARCH_FLAGS = -m64
  5. ASM_SOURCES = $(X86-64_SOURCES)
  6. ASM_API = $(X86-64_API)
  7. ASM_FLAGS = -DUSE_X86_64_ASM
  8. LIB_DIR = lib64
  9. EXTRA_LIB_PATH = -L/usr/X11R6/lib64