diff options
author | David Nusinow <[email protected]> | 2006-04-07 00:24:21 +0000 |
---|---|---|
committer | David Nusinow <[email protected]> | 2006-04-07 00:24:21 +0000 |
commit | ccb68495e02ae47d4f8868498d0e577299307288 (patch) | |
tree | 0fb9386bc5d2de9ddf0bd10ef3dca77cb73c22de /configs/linux-x86 |
Vendor drop of Mesa 6.5
Diffstat (limited to 'configs/linux-x86')
-rw-r--r-- | configs/linux-x86 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/linux-x86 b/configs/linux-x86 new file mode 100644 index 00000000000..18fa06101de --- /dev/null +++ b/configs/linux-x86 @@ -0,0 +1,9 @@ +# Configuration for Linux with x86 optimizations + +include $(TOP)/configs/linux + +CONFIG_NAME = linux-x86 + +ASM_FLAGS = -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM +ASM_SOURCES = $(X86_SOURCES) +ASM_API = $(X86_API) |