scons: Fix x86_64 build.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 22 May 2014 19:24:44 +0000 (20:24 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 22 May 2014 21:39:42 +0000 (22:39 +0100)
x86/common_x86.c is required also for x86_64 builds.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/SConscript

index cd959be..f565786 100644 (file)
@@ -392,6 +392,7 @@ if (env['gcc'] or env['clang']) and \
             'USE_X86_64_ASM',
         ])
         mesa_sources += [
+            'x86/common_x86.c',
             'x86-64/x86-64.c',
             'x86-64/xform4.S',
         ]