Squashed commit of the following:
[mesa.git] / configs / linux-dri-x86-64
1 # -*-makefile-*-
2 # Configuration for linux-dri: Linux DRI hardware drivers for XFree86 & others
3
4 include $(TOP)/configs/linux-dri
5
6 CONFIG_NAME = linux-dri-x86-64
7
8 ARCH_FLAGS = -m64
9
10 ASM_FLAGS = -DUSE_X86_64_ASM
11 MESA_ASM_SOURCES = $(X86-64_SOURCES)
12 GLAPI_ASM_SOURCES = $(X86-64_API)
13
14 LIB_DIR = lib64
15
16 # Library/program dependencies
17 EXTRA_LIB_PATH=-L/usr/X11R6/lib64
18
19 # sis is missing because it has not been converted to use
20 # the new interface. i810 are missing because there is no x86-64
21 # system where they could *ever* be used.
22 #
23 DRI_DIRS = i915 i965 mach64 mga r128 r200 r300 radeon savage tdfx unichrome
24