Squashed commit of the following:
[mesa.git] / configs / linux-x86
1 # Configuration for Linux with x86 optimizations
2
3 include $(TOP)/configs/linux
4
5 CONFIG_NAME = linux-x86
6
7 ARCH_FLAGS = -m32 -mmmx -msse -msse2
8
9 ASM_FLAGS = -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM
10 MESA_ASM_SOURCES = $(X86_SOURCES)
11 GLAPI_ASM_SOURCES = $(X86_API)