From: Emil Velikov <[email protected]> Already implicitly handled throughout, but keep it clear and disable gallium-llvm.
Cc: Tobias Droste <[email protected]> Signed-off-by: Emil Velikov <[email protected]> --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 7580fd955f..e21041434f 100644 --- a/configure.ac +++ b/configure.ac @@ -2328,6 +2328,7 @@ fi 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 -- 2.11.0 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
