Merge branch 'gallium-0.1' into gallium-tex-surfaces
[mesa.git] / SConstruct
index ea624b13a70a5a45784d14cf8b152eae0828fc9c..e7c10fcf527f680c1cadcb57416b0c236ba40e97 100644 (file)
@@ -108,12 +108,6 @@ env.Append(CPPPATH = [
 
 # x86 assembly
 if x86:
-       env.Append(CPPDEFINES = [
-               'USE_X86_ASM', 
-               'USE_MMX_ASM',
-               'USE_3DNOW_ASM',
-               'USE_SSE_ASM',
-       ])
        if gcc: 
                env.Append(CFLAGS = '-m32')
                env.Append(CXXFLAGS = '-m32')