Mesa (master): scons: Fix x86_64 build.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Thu May 22 21:40:24 UTC 2014


Module: Mesa
Branch: master
Commit: c59c8f036399fb90cbd148feac7a4bde187ecf9b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c59c8f036399fb90cbd148feac7a4bde187ecf9b

Author: José Fonseca <jfonseca at vmware.com>
Date:   Thu May 22 20:24:44 2014 +0100

scons: Fix x86_64 build.

x86/common_x86.c is required also for x86_64 builds.

Reviewed-by: Matt Turner <mattst88 at gmail.com>

---

 src/mesa/SConscript |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mesa/SConscript b/src/mesa/SConscript
index cd959be..f565786 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',
         ]




More information about the mesa-commit mailing list