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

Author: Emil Velikov <emil.veli...@collabora.com>
Date:   Wed Jan 18 13:54:03 2017 +0000

configure.ac: disable enable_gallium_llvm in the !x86 case

Already implicitly handled throughout, but keep it clear and disable
gallium-llvm. This change should be a no-op.

Signed-off-by: Emil Velikov <emil.veli...@collabora.com>
Reviewed-by: Tobias Droste <tdro...@gmx.de>

---

 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 0042569..1251b83 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1731,6 +1731,7 @@ AC_ARG_ENABLE([gallium-llvm],
 if test "x$enable_gallium_llvm" = xauto; then
     case "$host_cpu" in
     i*86|x86_64|amd64) enable_gallium_llvm=yes;;
+    *) enable_gallium_llvm=no;;
     esac
 fi
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to