Mesa (master): configure.ac: Do not require llvm on x32

Maarten Lankhorst mlankhorst at kemper.freedesktop.org
Mon Aug 11 11:31:38 UTC 2014


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

Author: Maarten Lankhorst <dev at mblankhorst.nl>
Date:   Mon Aug 11 13:16:05 2014 +0200

configure.ac: Do not require llvm on x32

Cc: "10.2" <mesa-stable at lists.freedesktop.org>
Signed-off-by: Maarten Lankhorst <dev at mblankhorst.nl>

---

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

diff --git a/configure.ac b/configure.ac
index e8dd502..cd02bab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1855,6 +1855,7 @@ gallium_check_st() {
 
 gallium_require_llvm() {
     if test "x$MESA_LLVM" = x0; then
+        case "$host" in *gnux32) return;; esac
         case "$host_cpu" in
         i*86|x86_64|amd64) AC_MSG_ERROR([LLVM is required to build $1 on x86 and x86_64]);;
         esac




More information about the mesa-commit mailing list