diff options
author | David Nusinow <[email protected]> | 2005-11-09 02:46:07 +0000 |
---|---|---|
committer | David Nusinow <[email protected]> | 2005-11-09 02:46:07 +0000 |
commit | c37d6b4ca8a9a7ac42a2e0082cf1bb0acbbff3cc (patch) | |
tree | 85b03b216318e1c3c138fd1f4371df3d3ac2dd35 /configs/linux-x86 |
Commit Mesa 6.4 sources and packaging
Diffstat (limited to 'configs/linux-x86')
-rw-r--r-- | configs/linux-x86 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/linux-x86 b/configs/linux-x86 new file mode 100644 index 00000000000..b239653e6b9 --- /dev/null +++ b/configs/linux-x86 @@ -0,0 +1,8 @@ +# 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) $(X86_API) |