From: José Fonseca Date: Thu, 22 May 2014 19:24:44 +0000 (+0100) Subject: scons: Fix x86_64 build. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c59c8f036399fb90cbd148feac7a4bde187ecf9b;p=mesa.git scons: Fix x86_64 build. x86/common_x86.c is required also for x86_64 builds. Reviewed-by: Matt Turner --- diff --git a/src/mesa/SConscript b/src/mesa/SConscript index cd959be655e..f56578672a6 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -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', ]