summaryrefslogtreecommitdiff
path: root/configs/linux-x86
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-10-01 10:25:41 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-10-01 10:25:41 +0900
commit23e325e55a24a94cbbeea1592d07f1a09a844de7 (patch)
treed4cee920d17ed2a70ab5630da38919c14f9f6ead /configs/linux-x86
parentcb8a3ba433190b7af254349b00d356b31e813a1a (diff)
Add -msse and -msse2 to the *-x86 configs.
Diffstat (limited to 'configs/linux-x86')
-rw-r--r--configs/linux-x862
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/linux-x86 b/configs/linux-x86
index a4cf4e8d62..5970b185ce 100644
--- a/configs/linux-x86
+++ b/configs/linux-x86
@@ -4,6 +4,8 @@ include $(TOP)/configs/linux
CONFIG_NAME = linux-x86
+ARCH_FLAGS = -m32 -mmmx -msse -msse2
+
ASM_FLAGS = -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM
MESA_ASM_SOURCES = $(X86_SOURCES)
GLAPI_ASM_SOURCES = $(X86_API)